GitHub – How to List People Who Starred Your Repository

github

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?

Best Answer

To get a list of users that have starred a repository you can append /stargazers to the URL of the repository

If you have a repository at the following address

https://github.com/strugee/battleship

To see a list of users that have starred that repository visit the following URL

https://github.com/strugee/battleship/stargazers

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

page head actions to reach the list of users who starred the project click on the 2