This tool helps you analyze and manage your GitHub network of followers and the users you're following. It uses the GitHub API to fetch and process data about your network, allowing you to find users you're not following back, discover new users to follow, and more.
-
Node.js installed on your system.
-
A GitHub personal access token with the necessary permissions.
-
If don't know how, refer to generating personal access tokens
-
create .env file in your directory and replace fields
GITHUB_TOKEN= your github token GITHUB_USERNAME = your username
-
Clone this repository or download the script file for http
git clone https://github.com/vickkie/github-follow-api.git
-
or (for ssh)
git clone git@github.com:vickkie/github-follow-api.git
-
Install the required Node.js modules by running
npm install
- Run the scripts from the command line with the following arguments:
replacing [script.js] with script name to run
node script.js
- Contributions are welcome! Please feel free to submit issues or pull requests.
- This project is licensed under the MIT License.
- with
lovejavascript