/gh-analytics

GitHub Analytics

Primary LanguagePythonMIT LicenseMIT

GitHub Analytics

Python script to scrape the stargazers and watchers of a repo and create a CSV to explore who is following your repos

Usage

./<script>.py <owner> <repo> <token>
  • <owner> - owner of repo (can be user or org)
  • <repo> - repository name
  • <token> - auth token, created here

License

MIT License