A CLI tool to collect and render as a staic website most notable stargazers for your GitHub projects.
Demo: stars.orsinium.dev
- Install:
python3 -m pip install ghstars
- Generate GitHub API token
- Fetch data:
ghstars fetch --token YOUR_TOKEN
. Requires one (or several) of the following flags:--orgs life4
: space-separated list of organizations.--repos life4/textdistance
: space-separated list of repositories.
- Generate HTML:
ghstars render
There are a few more commands to analyze the fetched data:
ghstars top-authors
: show most popular projects authored by your stargazers.ghstars top-followed
: show stargazers with the most followers.