Skip to main content
 首页 » 编程设计

github之你能看到谁在看 GitHub 上的 repo 吗

2025年05月04日121freeliver54

看起来有一个 API 调用来查看从 [GithubDeveloper] 观看 repo 的用户:( https://developer.github.com/v3/activity/watching/#list-watchers )

List watchers 
GET /repos/:owner/:repo/subscribers 

有没有办法在网站上看到这个列表?
我是否正确解释了 API?看等于订阅吗?

请您参考如下方法:

在 repo 的页面上,您会在“关于”列的右侧看到为您提供以下信息的链接:

或者直接访问这个网址:https://github.com/{user}/{project}/watchers