git 在 github 中查看用户的整个活动
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9128049/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
View entire activities of an user in github
提问by Abhi
How can I view the entire activities of an user in github.com .
如何在 github.com 中查看用户的整个活动。
Say Mr.Geos entire activites
说 Mr.Geos 整个活动
- Mr.Geo pushed to ..
- Mr.Geo deleted ...
- ...
- 地理先生推到..
- Geo先生删除了...
- ...
回答by nulltoken
You can leverage the GitHub Events APIto perform such task and retrieve a JSON formatted response.
您可以利用GitHub Events API来执行此类任务并检索 JSON 格式的响应。
The Events APIis a read-only interface to all the event typesthat power the various activity streams on GitHub.
- syntax:
GET /users/:user/events
- example:https://api.github.com/users/mojombo/events
- 句法:
GET /users/:user/events
- 示例:https : //api.github.com/users/mojombo/events
An alternative way is to subscribe to the public RSS feed of a user. For instance, Mojombo's public feed Url would be
另一种方法是订阅用户的公共 RSS 提要。例如,Mojombo的公共提要 URL 将是
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
如果私有 https://github.com/orgs/YOURORGANISATION/dashboard