| Crates.io | star-scraper |
| lib.rs | star-scraper |
| version | 0.1.5 |
| created_at | 2022-07-01 04:13:34.378486+00 |
| updated_at | 2023-03-27 07:07:31.300401+00 |
| description | Utility to fetch info about GitHub stargazers |
| homepage | |
| repository | https://github.com/lineville/star-scraper |
| max_upload_size | |
| id | 616915 |
| size | 93,471 |
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 👀
org:read scope and set it as the $GITHUB_TOKEN environment variableyarn global add star-scraper
# or
# npm i -g star-scraper
# or
# cargo install star-scraper

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 actions secret on the repo