How can I view the entire activities of an user in github.com .
Say Mr.Geos entire activites
- Mr.Geo pushed to ..
- Mr.Geo deleted ...
- ...
How can I view the entire activities of an user in github.com .
Say Mr.Geos entire activites
You can leverage the GitHub Events API to perform such task and retrieve a JSON formatted response.
The Events API is a read-only interface to all the event types that power the various activity streams on GitHub.
GET /users/:user/events
An alternative way is to subscribe to the public RSS feed of a user. For instance, Mojombo's public feed Url would be
Also If you want to view Full activities performed by all contributors ,you can also go to
If Private https://github.com/orgs/YOURORGANISATION/dashboard