Socket
Socket
Sign inDemoInstall

github-track-followers

Package Overview
Dependencies
40
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github-track-followers

CLI to display followers of GitHub user


Version published
Weekly downloads
7
decreased by-36.36%
Maintainers
1
Install size
2.22 MB
Created
Weekly downloads
 

Readme

Source

github-track-followers

npm version downloads count travis-ci

:hammer: CLI to display followers of GitHub user

Installation

npm install -g github-track-followers

Usage

github-track-followers -h

Usage: github-track-followers -u <username>

CLI to display followers of GitHub user

Options:
  -V, --version          output the version number
  -u, --user <username>  fetch and display followers from GitHub
  -h, --help             display help for command

Examples

:arrow_right: Use case: Display whole list of followers

github-track-followers -u piecioshka

GitHub user "piecioshka" has followers (268):

* a-dabrowski
* aarek
* adam-sokolowski
...

:arrow_right: Use case: Save report to file

github-track-followers -u piecioshka > "/tmp/piecioshka-$(date +"%Y-%m-%d-%H-%M-%S").md"
cat /tmp/piecioshka-2016-11-18-22-47-52.md

GitHub user "piecioshka" has followers (268):

* a-dabrowski
* aarek
* adam-sokolowski
...

:arrow_right: 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

Keywords

FAQs

Last updated on 11 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc