repositorypackage
0.0.0-20250122093651-f1426a1d8567
Repository: https://github.com/tobifroe/starscraper.git
Documentation: pkg.go.dev
# README
Starscraper
Starscraper is a simple application that returns public information for the stargazers of a given Github repo.
Installation
TODO
Usage
Starscraper needs a GitHub PAT to operate. It needs to have the repo:public_repo
and user:email
scopes.
PATs can be provided to Starscraper by:
- Setting GH_PAT environment variable
- Creating a .env file in the directory Starscraper is run from. Check
.env.example
. - Passing the --token flag
starscraper scrape [flags]
Options
-h, --help help for scrape
--output string Output file (default "output.csv")
--owner string Repository owner
--repo string Repository to scrape
--token string Github PAT
-v, --verbose Verbose output
Contributing
TODO