How to Check Github Repo Star Counts With Python
Snooping through my package list, I noticed the PyGithub library was installed. Its repo boasts “Typed interactions with the GitHub API v3”. I googled the package, wanting to check in on the repos I profiled in an earlier post about static site generators. I drafted the code below after noticing the repo.stargazer_count function in its […]