bsky follow audit script

Compare changes

Choose any two refs to compare.

Changed files
+2 -2
+1 -1
README.md
··· 1 1 # Swab 2 2 3 - 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. 3 + tiny script to audit who you're following based on when they recently posted and then unfollows those accounts 4 4 5 5 ## How to use 6 6
+1 -1
package.json
··· 1 1 { 2 - "name": "unfollower", 2 + "name": "swab", 3 3 "module": "index.ts", 4 4 "type": "module", 5 5 "private": true,