github-track-followers

2.1.5 • Public • Published

github-track-followers

cli-available node version npm version downloads count size license github-ci

🔨 CLI to display GitHub profile followers

CLI

Installation:

npm install -g github-track-followers
github-track-followers -u <username> [-f <format>]

Examples

➡️ Use case: Display whole list of followers

github-track-followers -u piecioshka
piecioshka'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 piecioshka

Troubleshooting

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?

License

The MIT License @ 2016

Package Sidebar

Install

npm i github-track-followers

Weekly Downloads

7

Version

2.1.5

License

MIT

Unpacked Size

9.59 kB

Total Files

10

Last publish

Collaborators

  • piecioshka