Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to get a RSS feed of a reddit with links to posts with X upvotes?

I created a subreddit that I am connecting to a twitter account via twitterfeed.

Currently I have it pointed to this RSS feed.

I would like to filter this RSS feed with posts that have X upvotes such that only the good posts reach the Twitter account. Is there a way to do this? via API or otherwise?

like image 922
Bryan Denny Avatar asked Aug 11 '10 15:08

Bryan Denny


1 Answers

Ignore the RSS feed.

Use this.. http://code.reddit.com/wiki/API

Use the url with a .json appended to whatever category you are interested in.

Note the score property. There is no way to send over a query but you can simply ignore those that don't have the score you are looking for.

like image 193
Martin Murphy Avatar answered Oct 03 '22 20:10

Martin Murphy