bsky follow audit script

Swab#

tiny script to audit who you're following based on when they recently posted and then unfollows those accounts

How to use#

  1. make copy of .env file and fill in values
cp .env.example .env
  1. run audit script to find people you follow that match criteria
bun run audit

this will create a follow.json in the root of the project

  1. run unfollow script to unfollow accounts
bun run unfollow