A nodejs script to unfollow all those lovely people who dont follow you back.
Create an api token with permission for user -> user:follow at https://github.com/settings/tokens
Create an .env file with the following contents (or just set an environment variable)
GITHUB_API_TOKEN=# Your API token
Then run it
yarn start
Or
GITHUB_API_TOKEN="Your API token"; docker run -it eingressio/github-unfollow
or
docker run -it -v /path/to/.env:/app/.env eingressio/github-unfollow