# 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 ```bash cp .env.example .env ``` 2. run audit script to find people you follow that match criteria ```bash bun run audit ``` this will create a ``follow.json`` in the root of the project 3. run unfollow script to unfollow accounts ```bash bun run unfollow ```