65

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

0

3 Answers 3

36

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:

  1. 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.)

  2. Once you have logged in to your new account, head on over to Stack Exchange Dashboard and click the "Stack Exchange" tab:

    enter image description here

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

    enter image description here

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

    enter image description here

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:

    enter image description here

    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!

1
  • 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. Commented Jul 12, 2024 at 14:46
8
+25

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.
9
  • 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! ;) Commented 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. Commented Jun 3, 2011 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. Commented Jun 5, 2011 at 13:18
  • @Arjan: Good find! I never noticed that. Commented Jun 5, 2011 at 19:24
  • Wait... a +25 bounty? awarded by Community? Commented 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? Commented Jul 31, 2012 at 15:41
  • Why "genuwine"? Is it a misspelling? Or is it meant to be? It seems to give valid JSON. Commented 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}/responses works. Any idea why the link is missing? Commented Jan 22, 2013 at 10:23
  • Yes, @Piotr, unfortunately that is by design: One's own profile no longer shows RSS feed for responses? Commented Jan 22, 2013 at 20:21
5

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/responses
  • http://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.

2
  • Doesn't this work? Commented 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. Commented Nov 9, 2012 at 11:48

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.