A very simple CLI tool for scanning your followers and ranking by your reply engagement
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 201 B view raw
1{ 2 "name": "follow-cleaner", 3 "module": "index.ts", 4 "devDependencies": { 5 "@types/bun": "latest" 6 }, 7 "peerDependencies": { 8 "typescript": "^5" 9 }, 10 "private": true, 11 "type": "module" 12}