Unfollow everyone on Github.
Clone this repository:
git clone git@github.com:joao-alberto/batch-unfollow.gitCreate .env file by copying the sample
cp .env.sampleCreate your Github PAT (Personal access token) here selecting user scope.
Edit .env and add your generated PAT in GITHUB_API_TOKEN variable.
Run deno run --allow-read --allow-net main.js
