Swab#
tiny script to audit who you're following based on when they recently posted and then unfollows those accounts
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