How can I view the entire activities of an user in github.com .
Say Mr.Geos entire activites
On GitHub.com, navigate to the main page of the repository. Under your repository name, click Insights.
You have no way to see who has checked out your repository using standard git commands such as git clone , but you can see who has forked your repository on GitHub using the Network Graph Visualizer.
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
If Public https://github.com/REPOSITORYOWNER?tab=activity
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With