CLI tool and GitHub Action to get some basic stats about a repo's stars and how many of those stars come from members of that organization 👀
```bash yarn global add star-scraper
npm i -g star-scraper ```
bash
star-scraper --org <my-github-org> \
--repo <my-github-repo> \
--token <my-github-pat> \
--limit <max-records-to-fetch>
--org
, --repo
and --token
are required.--token
can optionally be supplied as an environment variable via GITHUB_TOKEN
.--limit
is optional and defaults to 100,000.GH_TOKEN
action secret on the repo