[Trick] How To Access Your GitHub Home/Feed of Your GitHub Account As A RSS Feed?

[Trick] How To Access Your GitHub Home/Feed of Your GitHub Account As A RSS Feed?

You know there is an API by GitHub, with which we can access your personal home page feed of a GitHub isn't it cool?

Gif Gif source: Tennor

Steps:

You can access your GitHub home/feed of your GitHub account as an RSS feed?

Simply following:

https://github. com/<your_username>.private.atom?token=<token>

XML Response:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  <id>tag:github.com,2008:/hotheadhacker</id>
  <link type="text/html" rel="alternate" href="https://github.com/(user_name)"/>
  <link type="application/atom+xml" rel="self" href="https://github.com/(user_name).private.atom?token=(some token)"/>
  <title>Private Feed for (User_name)</title>
  <updated>2021-01-24T14:12:40Z</updated>
  <entry>
    <id>tag:github.com,2008:WatchEvent/14927097760</id>
    <published>2021-01-24T14:12:40Z</published>
    <updated>2021-01-24T14:12:40Z</updated>

Did you knew about this? Tell us write in replies!

GitHub Official Docs