Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 375 Bytes

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