bsky follow audit script

Compare changes

Choose any two refs to compare.

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