Just wondering if I'm missing something here. Also, I couldn't find any previous question related to this.

link|improve this question

8  
+1 Yes, I want inbox RSS! – Matěj Zábský Apr 4 '11 at 16:22
feedback

2 Answers

This could easily be done... the contents of the inbox can be fetched with JSON using:

http:// {SE Site Domain} /inbox/genuwine

It would be trivial to write something that converted this to an RSS feed.

However:

  • The above URL only works if you're logged in (technically it works if you send the login cookie to that URL).
  • Based on that fact, the only thing that would be capable of creating and reading such a feed would be a UserScript or browser extension.
link|improve this answer
Sup George? Did you notice I've kinda abandoned Stack2RSS? :P Anyway, maybe someone who are willing to put up the effort on doing this, can use Newt as a base - which already works in a quite similar fashion... While I'm glad with it and don't care that much about the RSS anymore, I'll wait and only accept an actual solution for it (or an authoritative answer on why this can't / shouldn't be done), rather than good pointers! ;) – Cawas Jun 3 '11 at 12:44
@Cawas: No problem. I'd certainly like to hope that it could be done... though I really am not quite sure how. – George Edison Jun 3 '11 at 17:48
1  
Or: simply use the "user responses feed", also linked in the bottom right corner of the "responses" tab on one's own profile. – Arjan Jun 5 '11 at 13:18
@Arjan: Good find! I never noticed that. – George Edison Jun 5 '11 at 19:24
feedback

Is there a RSS to the 'StackExchange Inbox'?

This is a per-site "user responses feed". It's a feed of the 30 latest comments, answers, and revisions to a user's content, so you might want to have your client software keep history. And then your own client software will also still have its local copy when things are deleted.

When logged in, this is linked in the bottom right corner of your own per-site profile, tabsheet "responses". Actually, you can follow anyone if you'd just create the URL yourself.

Bonus: the length of the items is much longer than that of the JSON Inbox. It has a maximum length too, but items are rarely that long to hit that limit.

How about to Activity?

Yet another per-site feed, the "user feed", in the bottom right corner of the "info" tab, sub-tab "stats". Again, this is only the last 30 items, and only for questions, answers, and comments. And again you could follow just anyone, but here the icon and link are always shown to everybody.

I don't know of any global SE feed.

link|improve this answer
Actually... For the inbox, mine is empty right now and it seems like that's one site only, not a SE**N** Inbox. For the Activity, (samething)[meta.stackoverflow.com/feeds/user/85897]. So, seems like this doesn't answer it at all! :( – Cawas Jun 6 '11 at 2:19
Ah, @Cawas, my bad, it's indeed per-site. However, the URLs you tried are wrong: your user id on Meta is 143411, and on SO it's 274502. And I can see your responses just fine for Meta and for SO. – Arjan Jun 6 '11 at 16:16
I always mistake my IDs! :) – Cawas Jun 7 '11 at 2:22
feedback

You must log in to answer this question.

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