bsky follow audit script
Swab#
tiny script to audit who you're following based on when they recently posted. currently it's set to build a list of people you're following that haven't posted in 6 months. still wip.
How to use#
- make copy of .env file and fill in values
cp .env.example .env
- 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
- run unfollow script to unfollow accounts
bun run unfollow