Github RSS

GitHub provides some official RSS feeds:

  • Repo releases: https://github.com/:owner/:repo/releases.atom
  • Repo commits: https://github.com/:owner/:repo/commits.atom
  • User activities: https://github.com/:user.atom
  • Wiki history: https://github.com/:owner/:repo/wiki.atom
  • Private feed: https://github.com/:user.private.atom?token=:secret

You can ONLY obtain this url via an API call with a Personal Access Token with ENOUGH scopes now.