github-track-followers
v2.1.5
Published
🔨 CLI to display GitHub profile followers
Maintainers
Readme
github-track-followers
🔨 CLI to display GitHub profile followers
CLI
Installation:
npm install -g github-track-followersgithub-track-followers -u <username> [-f <format>]Examples
➡️ Use case: Display whole list of followers
github-track-followers -u piecioshkapiecioshka's GitHub profile followers (268):
- a-dabrowski
- aarek
- adam-sokolowski
- ...➡️ Use case: Use JSON format
github-track-followers -u piecioshka -f json[
{ "login": "a-dabrowski" },
{ "login": "aarek" },
{ "login": "adam-sokolowski" },
// ...
]➡️ Use case: Enter to debug mode (eg. display requests)
DEBUG="*" github-track-followers -u piecioshkaTroubleshooting
github-track-followers -u not-found-username-iu1h23j
Not foundSolution: maybe you have typo?
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?
License
The MIT License @ 2016
