Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 580 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 580 Bytes

Github Unfollow

A nodejs script to unfollow all those lovely people who dont follow you back.

Usage

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

Shell

yarn start

Or

Docker

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