New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github-track-followers

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-track-followers

🔨 CLI to display GitHub profile followers

  • 2.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 20 Jan 2025

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc