I'm curious as to who has starred a GitHub repo of mine, so I'd like a list of users who have starred it. Is this possible to get?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
To get a list of users that have stared a repository you can append If you have a repository at the following address
To see a list of users that have stared that repository visit the following url
In github you can reach that url by clicking on the number that is displayed beside the star button at the top of the repository page
|
|||
|
|
|
Other than the web interface, you can also use the API that GitHub provides to query the users that starred your repository. With the API, you can also check who is watching your repository, which I believe isn't possible in the web interface. |
|||
|
|
