Just wondering if I'm missing something here. Also, I couldn't find any previous question related to this.
3 Answers
An RSS feed for your global inbox is finally here!
I have put a lot of effort into making this process as smooth as possible. Here are the steps you need to take to create your custom RSS feed:
Head on over to my website and register for an account:
http://quickmediasolutions.com/accounts/register
(Registration is free and you also get some other nice features too like a custom OpenID.)
Once you have logged in to your new account, head on over to Stack Exchange Dashboard and click the "Stack Exchange" tab:

Ensure that "Read Inbox" is checked and click the "Authorize" button. You will then be presented with the Stack Exchange authorization page.

Once the process is complete, head back to this page and you should see your inbox RSS feed URL:

A few things to note here:
Data is cached for up to 10 minutes to reduce load on my site. After a few days I may lower this value if things are running well.
This feed is your custom feed. Anyone / anything you share the URL with will have access to your inbox, so be careful where you share it.
If you ever change your mind, just visit this page and click the "Deauthorize" button:

Your access token will be invalidated and your API data destroyed.
If you are worried about your personal information, we have a privacy policy.
Feedback is appreciated!
- The feed is now responding with 404 and trying to reauthorize a SE account gives
API error 0: unable to decompress GZipped response from API server.Andrew– Andrew2024-07-12 14:46:05 +00:00Commented Jul 12, 2024 at 14:46
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.
- 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! ;)cregox– cregox2011-06-03 12:44:14 +00:00Commented Jun 3, 2011 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.uɐɯsO uɐɥʇɐN– uɐɯsO uɐɥʇɐN2011-06-03 17:48:57 +00:00Commented Jun 3, 2011 at 17:48
- 1Or: simply use the "user responses feed", also linked in the bottom right corner of the "responses" tab on one's own profile.Arjan– Arjan2011-06-05 13:18:35 +00:00Commented Jun 5, 2011 at 13:18
- @Arjan: Good find! I never noticed that.uɐɯsO uɐɥʇɐN– uɐɯsO uɐɥʇɐN2011-06-05 19:24:27 +00:00Commented Jun 5, 2011 at 19:24
- Wait... a +25 bounty? awarded by Community?gobernador– gobernador2012-07-21 23:52:26 +00:00Commented Jul 21, 2012 at 23:52
- Yup, @gobernador, if the bounty placer does not act, then Community may award half the value; see How does the bounty system work?Arjan– Arjan2012-07-31 15:41:18 +00:00Commented Jul 31, 2012 at 15:41
- Why "genuwine"? Is it a misspelling? Or is it meant to be? It seems to give valid JSON.nanofarad– nanofarad2012-08-30 16:54:28 +00:00Commented Aug 30, 2012 at 16:54
- @Arjan It looks like the link in the bottom right corner of the responses tab is no longer available. However, going directly to
http://meta.stackoverflow.com/feeds/user/{user_id}/responsesworks. Any idea why the link is missing?Piotr Dobrogost– Piotr Dobrogost2013-01-22 10:23:28 +00:00Commented Jan 22, 2013 at 10:23 - Yes, @Piotr, unfortunately that is by design: One's own profile no longer shows RSS feed for responses?Arjan– Arjan2013-01-22 20:21:13 +00:00Commented Jan 22, 2013 at 20:21
I haven't been able to find a native way of doing this for stackexchange, and George Edison's original for individual stack exchange sites no longer works, so here is the equivalent today:
http://stack exchange site/feeds/user/user id/responseshttp://stack exchange site/feeds/user/user id
Nor can I find an equivalent for Stack Exchange, and guessing the following URL simply doesn't work:
http://stackexchange.com/feeds/user/user id
If you don't mind a non-native solution (by granting an external site access to your inbox), then obviously George Edison's more recent solution will be good for you.
I have also posted another question What other hidden or inobvious RSS feeds are available on stackexchange and stack exchange sites? here, to see if there are any other feeds available.
- Doesn't this work?uɐɯsO uɐɥʇɐN– uɐɯsO uɐɥʇɐN2012-11-09 07:08:58 +00:00Commented Nov 9, 2012 at 7:08
- 1@GeorgeEdison - I've updated my answer to make it clear that I was referring to native solutions. I'm sure your new solution works perfectly, but it might not be for everyone. Thanks for the feedback though.Mark Booth– Mark Booth2012-11-09 11:48:22 +00:00Commented Nov 9, 2012 at 11:48