A GitHub traffic scraper to keep you on top of your repository traffic stats.
Like to to keep tabs on your GitHub account traffic statistics?
Fret no more.
Presenting, a GitHub traffic scraper to keep you on top of your repository traffic stats.
[github]
token=<personal_access_token>
pip install -r requirements.txt
python get_traffic.py
The traffic stats of all repositories associated with the user are stored in the CSV <user_name>.csv
.
PS : Open to your suggestions and enhancements. Plan to make it a cron job that regularly updates you of the current traffic!
Please Star the repo if you found it interesting!