Skip to content

⭐️ Collect and render most notable stargazers for your GitHub projects

License

Notifications You must be signed in to change notification settings

orsinium-labs/ghstars

Repository files navigation

ghstars

A CLI tool to collect and render as a staic website most notable stargazers for your GitHub projects.

Demo: stars.orsinium.dev

Usage

  1. Install: python3 -m pip install ghstars
  2. Generate GitHub API token
  3. Fetch data: ghstars fetch --token YOUR_TOKEN. Requires one (or several) of the following flags:
    1. --orgs life4: space-separated list of organizations.
    2. --repos life4/textdistance: space-separated list of repositories.
  4. Generate HTML: ghstars render

Other commands

There are a few more commands to analyze the fetched data:

  1. ghstars top-authors: show most popular projects authored by your stargazers.
  2. ghstars top-followed: show stargazers with the most followers.