🔨 CLI to display GitHub profile followers
npm install github-track-followers






🔨 CLI to display GitHub profile followers
Installation:
``bash`
npm install -g github-track-followers
`bash`
github-track-followers -u
`bash`
github-track-followers -u piecioshka
`plaintext
piecioshka's GitHub profile followers (268):
- a-dabrowski
- aarek
- adam-sokolowski
- ...
`
`bash`
github-track-followers -u piecioshka -f json
`json`
[
{ "login": "a-dabrowski" },
{ "login": "aarek" },
{ "login": "adam-sokolowski" },
// ...
]
`bash`
DEBUG="*" github-track-followers -u piecioshka
ERROR: Try to display followers of user who is not exists
`bash
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
`bash
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