Skip to content

Yuzuk1Shimotsuki/github-followers-utility

Repository files navigation

GitHub Followers Utility

A CLI tool for managing GitHub follow/unfollow actions.

Features

  • Export users you are following to a CSV file.
  • Export organization members to a CSV file.
  • Follow/unfollow users from a CSV file.
  • Follow/unfollow all members of an organization.

Installation

  1. Clone the repository:

    git clone https://github.com/Yuzuk1Shimotsuki/github-followers-utility.git
    cd github-followers-utility
    
  2. Install dependencies:

    npm install axios commander
  3. Set up your GitHub credentials:

    export GITHUB_USERNAME=your_username
    export GITHUB_TOKEN=your_personal_access_token

Usage

  • Export following users to CSV:

    node script.js export-following following.csv
  • Follow users from CSV:

    node script.js follow-from-csv following.csv --delay 10

License

This project is licensed under the MIT License. See LICENSE for details.

About

A CLI helper for managing GitHub follow/unfollow actions.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published