Skip to content

eingress/github-unfollow

Repository files navigation

GitHub Unfollow

A Bun script to follow people who follow you, and unfollow people who no longer follow you back.

Usage

Create an API token with permission for user -> user:follow at https://github.com/settings/tokens

Create a .env file with the following contents (or just set an environment variable)

GITHUB_API_TOKEN=# Your API token

Then run it

Shell

bun start

Docker

GITHUB_API_TOKEN="Your API token" docker run -it ghcr.io/eingress/github-unfollow

or

docker run -it -v /path/to/.env:/app/.env ghcr.io/eingress/github-unfollow

About

Unfollow GitHub users that don't follow you back.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors