Python script to scrape the stargazers and watchers of a repo and create a CSV to explore who is following your repos
./<script>.py <owner> <repo> <token>
<owner>
- owner of repo (can be user or org)<repo>
- repository name<token>
- auth token, created here
MIT License