在github中查看用户的整个活动 [英] View entire activities of an user in github

查看:350
本文介绍了在github中查看用户的整个活动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何查看github.com中用户的整个活动。



说Mr.Geos整个活动




  • Mr.Geo推送到..

  • Mr.Geo已删除...

  • ...


解决方案

您可以利用 GitHub Events API 任务并检索JSON格式的响应。


Events API 是所有事件类型表示
为GitHub上的各种活动流提供动力。






另一种方法是订阅用户的公共RSS提要。
例如, Mojombo 的公共资讯提供网址





另外如果你想查看所有贡献者完成的活动,你也可以到 p>

如果私人
https:// github。 com / orgs / YOURORGANISATION / dashboard

如果公共
https://github.com/REPOSITORYOWNER?tab=activity


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 ...
  • ...

解决方案

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.

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

这篇关于在github中查看用户的整个活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆