Skip to content

eingress/github-unfollow

Repository files navigation

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

Releases

No releases published

Packages

No packages published