A handy Python script to obtain the number of stars from a GitHub repository, using the GitHub REST API.
- PyGithub module
- Python 3
You can install this simply with pip install PyGithub
.
Run python3 Repository-Stargazers.py
in a terminal if you have Python 3.