vote up 7 vote down star
4

Jan 28: Due to changes in SO these pipes no longer work, check out http://stackoverflow.com/users/recent/{user-id} (or write a pipe for it).

Edit: Thanks to Beau Simensen's answer I've fixed the Yahoo! pipe, please feel free to use it. http://pipes.yahoo.com/lanzkron/stackoverflow_responses

Sam Hasler cloned his own version that adds commented: or answered: to the title (I'm not updating mine since it'll flood current subscribers with all the items again).

It seems to work OK now, if you have enhancement requests or comments please leave your comments here and I should by magically notified by RSS...

(original question follows)


Following a question about how to be notified about responses to stackoverflow post I started writing a Yahoo! pipe to scrape the responses tab of the profile page (http://stackoverflow.com/users/<so-id>?sort=responses).

Sadly getting pipes' regex to do what I thought it should do proved harder than I first anticipated.

Happily my wife gave birth last week.

Sadly this cut into the spare time I had to fool around on non-work/family related stuff.

So if you have the time please let me know how to fix my pipe. At the moment it has the following issues:

  • None of the regexs work (even though they do on REGex TESTER)
    • title: Contents of second link (^.*?</a>(.*?</a>).*)
    • link: Second HREF (.*?href="[^"]*".*href="?([^"]*)".*)
    • author: Text of first link (^[^>]*>([^<]*)</a.*)
  • New items will appear several times since the time of the response changes (from yesterday to 2 days ago etc) I think this is related to the title issue but I'm not sure.

Also this is the first time I'm creating an RSS feed so I may be missing some other obvious stuff if so please let me know and I'll add it.


The pipe linked to at the top of the question doesn't work, is it supposed to? – Sam Hasler Jan 7 at 22:57
this is great! thanks – Ray Tayek Jan 7 at 23:43
Sam, the link at the top of the page works for me what seems to be the problem? – Motti Jan 8 at 8:06
the link works, but the pipe doesn't produce the same feed as Beau's when I clone it. I was expecting it to be fixed with Beau's changes. – Sam Hasler Jan 8 at 12:13
The recent tab was replaced by stackoverflow.com/users/recent{your-user-id}. But it neither has a feed nor a Yahoo! Pipe. Who will create one for us? – Jader Dias Jan 28 at 15:46
show 4 more comments

migrated to meta.stackoverflow.com by Bill the Lizard Sep 14 at 18:55