A Bun script to follow people who follow you, and unfollow people who no longer follow you back.
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 tokenThen run it
bun startGITHUB_API_TOKEN="Your API token" docker run -it ghcr.io/eingress/github-unfollowor
docker run -it -v /path/to/.env:/app/.env ghcr.io/eingress/github-unfollow