/github-stargazer

View stars evolution of GitHub repositories.

Primary LanguagePHPMIT LicenseMIT

github-stargazer

View stars evolution of GitHub repositories.

python badge php badge MIT license badge twitter badge


Description

This PHP/Python tool grabs repositories data to create a graphical representation of the evolution of stars.

Install

git clone https://github.com/gwen001/github-stargazer

The repository must be cloned in a web directory.

Usage

  • 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.