Search code examples
githubrss

Creating an RSS feed for Github Stars


Is there some way to get an RSS feed for one's github stars list?

I want to get it into Pinboard via IFTTT.


Solution

  • Your Github stars are available in JSON at a URL like this: https://api.github.com/users/username/starred (sub in your own username of course)

    I found this Yahoo! Pipes thing to turn your stars into an RSS feed.

    The Yahoo Pipes service has shut down, and IFTTT apparently dropped the stars trigger from their Github channel. So I went and created the same thing in my own Huginn instance, using a Website Agent and a Post Agent.