All Projects → gregberge → stargazer

gregberge / stargazer

Licence: MIT license
Command line to list emails of GitHub repository stargazers.

Programming Languages

javascript
184084 projects - #8 most used programming language

stargazer

Build Status Dependency Status devDependency Status

Command line to know more about your GitHub repository stargazers. You can list all emails of users who star your project.

Install

npm install stargazer

Usage

$ 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

Rate limit

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].