/batch-unfollow

Unfollow all users from Github

Primary LanguageJavaScript

Batch unfollow

Unfollow everyone on Github.

Usage

Clone this repository:

git clone git@github.com:joao-alberto/batch-unfollow.git

Create .env file by copying the sample

cp .env.sample

Create your Github PAT (Personal access token) here selecting user scope.

Select user scope

Edit .env and add your generated PAT in GITHUB_API_TOKEN variable.

Run deno run --allow-read --allow-net main.js