This PHP/Python tool grabs repositories data to create a graphical representation of the evolution of stars.
git clone https://github.com/gwen001/github-stargazer
The repository must be cloned in a web directory.
- Create an environment variable
GITHUB_TOKEN
that contains your GitHub token. - Edit the file
repositories.txt
to add the repositories your want to track. - Remove the current file
repositories.json
. - Run the script
grab.py
to grab the data whenever you want. - Visit
index.php
to see the graph.
Feel free to open an issue if you have any problem with the script.