Just finished organizing regular tagged feeds and was wondering - is there a feeds for unanswered questions in specified tags?

Somehow didn't find them. :/

share|improve this question
1  
Not an exact RSS feed, but my frontend has some sorting/filtering capabilities for unansweredness (e.g zero answers): code.google.com/p/open-so-frontend – kd304 Aug 12 '09 at 8:36

1 Answer

There certainly is! I have written a small application that does this. It's called stack2rss and it works by converting API request results into RSS feeds.

The general format for a feed that does what you describe is:

http://quickmediasolutions.com/stack2rss/{site}/questions/unanswered?tagged={tags}&body=true

An example that displays unanswered questions tagged 'windows' on SuperUser:

http://quickmediasolutions.com/stack2rss/superuser/questions/unanswered?tagged=windows&body=true

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged