how GitHub stars count for user!
152
https://github.com/vigo/ghstars
Do you want to know how many stars you have? or want to know how many stars
another user has? ghstars provides that little functionality for ya!
If you create your own GitHub Access Token you can calculate all of your repo stargazers count too!
All you need is to set GITHUB_ACCESS_TOKEN environment variable if you want to
fetch all of your repo’s star count!
go install github.com/vigo/ghstars/cmd/ghstars@latest
You can check command help:
ghstars -h
ghstars fatih # public stars count of fatih user
ghstars tj # public stars count of fatih tj
ghstars -s vigo # just how public stars amount of vigo
ghstars -verbose vigo # public stars count of vigo in debug mode
GITHUB_ACCESS_TOKEN="<your-token>" ghstars # your repos count
How count is done ?
Long story short, forks are not counted!
According to GitHub;
Content type
Image
Digest
sha256:b7266dc9a…
Size
6.8 MB
Last updated
about 2 years ago
docker pull vigo/ghstars