🌟 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 👀

Installation

```bash yarn global add star-scraper

or

npm i -g star-scraper ```

star-scraper

Usage

bash star-scraper --org <my-github-org> \ --repo <my-github-repo> \ --token <my-github-pat> \ --limit <max-records-to-fetch>

Run as a GitHub action