eingress / github-unfollow

Unfollow github users that don't follow you back.

Home Page:https://hub.docker.com/r/eingressio/github-unfollow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Unfollow github users that don't follow you back.

https://hub.docker.com/r/eingressio/github-unfollow

License:ISC License


Languages

Language:JavaScript 72.2%Language:Dockerfile 15.2%Language:Makefile 12.6%