Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

github-track-followers

piecioshka430MIT2.1.5

🔨 CLI to display GitHub profile followers

cli, github, track, followers, listen, util, request, api, retrieve, fetch, get, user, gh, git

readme

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

<summary>ERROR: Try to display followers of user who is not exists</summary>
github-track-followers -u not-found-username-iu1h23j

Not found

Solution: maybe you have typo?

<summary>ERROR: Too many request in one day per one IP address</summary>
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