🔨 CLI to display GitHub profile followers
Installation:
npm install -g github-track-followers
github-track-followers -u <username> [-f <format>]
github-track-followers -u piecioshka
piecioshka's GitHub profile followers (268):
- a-dabrowski
- aarek
- adam-sokolowski
- ...
github-track-followers -u piecioshka -f json
[
{ "login": "a-dabrowski" },
{ "login": "aarek" },
{ "login": "adam-sokolowski" },
// ...
]
DEBUG="*" github-track-followers -u piecioshka
ERROR: Try to display followers of user who is not exists
github-track-followers -u not-found-username-iu1h23j
Not found
Solution: maybe you have typo?
ERROR: Too many request in one day per one IP address
github-track-followers -u piecioshka
API rate limit exceeded for 999.999.999.999. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Solution: you should rest though next 24 hours?
The MIT License @ 2016