Command line to know more about your GitHub repository stargazers. You can list all emails of users who star your project.
npm install stargazer
$ stargazer extract neoziro/stargazer | stargazer emails
[email protected]
[email protected]
[email protected]
Usage: stargazer [options] [command]
Commands:
extract <repository> Extract stargazers
emails [file] Get list of emails
Options:
-h, --help output usage information
-V, --version output the version number
To extend the rate limit of GitHub API, you can provide a GitHub access token in the environment variable "STARGAZER_ACCESS_TOKEN".
export STARGAZER_ACCESS_TOKEN=81a708fdf2ed3085a503e354c9a9df8d7bcecbb4
stargazer extract neoziro/stargazer
MIT