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

4.1k Views Asked by At

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?

3

There are 3 best solutions below

1
On

Maybe you need to scrape the page and generate your own RSS feed. That should be a simple job for a scraper.

0
On

Yahoo Pipes is amazing for feed things like this.

This should do what you want (and if it doesn't, you can easily tweak it; Pipes is pretty easy): http://pipes.yahoo.com/pipes/pipe.info?_id=16d40aa3cb2958bd814ee8ced0f62538

2
On

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.