Skip to content

farid-ouachrar/github-bulk-follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github bulk follow

Getting Started

Prerequisites

  1. Clone the project to your local environment:
    git clone git@github.com:farid-ouachrar/github-bulk-follow.git
  1. You need to define environment variables in a .env file in the root folder:
    GITHUB_PERSONAL_TOKEN
    

Where to find the personal access token:

Creating a personal access token tutorial

Note: Make sure to enable user:follow permission to allow script to run successfully.

Installing

Once you have maven installed on your environment, install the project dependencies via:

yarn

Add/modify user accounts input file:

To add a custom list of usernames to run the script with, you can either modify or add a new file within the data folder with an array containing usernames.

- data
  - example.json
- src

Running

Once you have installed dependencies, this can be run from the terminal by running the following command:

yarn start follow <filename>

Contributing

If you have any improvement suggestions please create a pull request and I'll review it.

License

This project is licensed under the MIT License

About

Bulk follow GitHub users using a NodeJS script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published