kamranahmedse / githunt

Hunt the most starred projects on any date on GitHub
https://kamranahmed.info/githunt
MIT License
2.89k stars 268 forks source link

Fixed watchers parameter to subscribers_count #32

Closed ahsankhatri closed 5 years ago

ahsankhatri commented 5 years ago

As can be seen here: https://developer.github.com/changes/2012-09-05-watcher-api/

GitHub has made changes to their API where watchers, stargazers_count, watchers_count correspond to the number of users that have starred a repository, while subscribers_count corresponds to the number of watchers.

kamranahmedse commented 5 years ago

Thanks