Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 564 Bytes

Batch unfollow

Unfollow everyone on Github.

Usage

Clone this repository:

git clone [email protected]: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