Tagged Questions
3
votes
0answers
15 views
How to access global stackexchange user favourites in a feed?
I was looking for a way to IFTTT my questions, and found this recipe, that automaqically saves your favourited questions to Evernote. Nice. It uses stack2rss (thus the SE API) to provide a feed with ...
2
votes
0answers
11 views
Using Stack2RSS, why can I get feeds for some SE sites and not others?
I can use Stack2RSS to easily get RSS feeds of some StackExchange sites but not others:
The pattern if I understand the API is http://stack2rss.stackexchange.com/{SiteName}/questions
Substituting ...
1
vote
1answer
57 views
Use stack2rss to receive responses via RSS
I'm trying to setup http://stack2rss.stackexchange.com/ to receive full-body "responses" (comments, edits, answers and so on) to my own stackoverflow questions via RSS, but I can't find the right ...
2
votes
1answer
69 views
Conditional GET support for chat RSS feeds?
I'm trying to use one of the RSS feeds from chat.stackexchange.com in my application. I'm using the python feedparser package for this. Feedparser supports a couple of different "conditional get" ...