star-scraper
v1.2.32
Published
Utility to fetch info about GitHub stargazers
Readme
🌟 Star Scraper

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 👀
- Create a GitHub PAT (Personal Access Token) with
org:readscope and set it as the$GITHUB_TOKENenvironment variable
Installation
yarn global add star-scraper
# or
# npm i -g star-scraper
# or
# cargo install star-scraper
Usage
star-scraper --org <my-github-org> \
--repo <my-github-repo> \
--token <my-github-pat> \
--limit <max-records-to-fetch>--org,--repoand--tokenare required.--tokencan optionally be supplied as an environment variable viaGITHUB_TOKEN.--limitis optional and defaults to 100,000.
Run as a GitHub action
- Fork this repo
- Set the
GH_TOKENactions secret on the repo - Manually run the star gazer report workflow
