Track GitHub stars per day over a date range to measure the open-source popularity of different repositories
Track GitHub stars per day over a date range to measure the open-source popularity of different repositories. Requirements PyGitHub is required to access the GitHub REST API via Python. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications. Usage Update TOKEN to a valid GitHub access token in count_stars.py L15 and then run: Result When run on April 1st, 2022 result is:
Read more