Can I create an RSS feed of only my questions but that does not include answers I give to questions? And vice-versa...rss feed for answers but not questions?
So can it be done?
Seth
|
|
I cooked up a simple Yahoo pipe that inspects the beginning of the title for "Comment by" and "Answer by". You can easily tweak it. Presumably your own questions aren't titled in a way to defeat that. It should be possible to parameterize by UID and site but I'll leave that up to someone else. |
|||
|
|
|
This is trivial to implement using a small app I created called stack2rss. For all of your questions:
For all your answers:
|
|||
|
|