bsky follow audit script
TypeScript 100.0%
6 1 0

Clone this repository

https://tangled.org/besaid.zone/swab
git@tangled.org:besaid.zone/swab

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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