Mass Block [bsky] Reposts [and more]
0
fork

Configure Feed

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

refactor: rename project from block-reposters to mbr

Update package name and user agent strings to reflect the new project name
"Mass Block Reposts" (MBR).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

Winter 50fd1597 e972e2ac

+4 -4
+3 -3
index.js
··· 10 10 11 11 // ── config ────────────────────────────────────────────────────────── 12 12 const AUTHOR_CONTACT = "did:plc:7exy3k53z33dvghn6edyayxt; winter@madoka.systems"; 13 - let USER_AGENT = "block-reposters/1.0"; 13 + let USER_AGENT = "mbr/1.0"; 14 14 const CONSTELLATION_BASE = process.env.CONSTELLATION_BASE ?? "https://constellation.microcosm.blue"; 15 15 const SLINGSHOT_BASE = process.env.SLINGSHOT_BASE ?? "https://slingshot.microcosm.blue"; 16 16 const PORT = 22891; ··· 58 58 } 59 59 60 60 function printUsage() { 61 - console.log(`block-reposters: interactively block engagement on an atproto post 61 + console.log(`mbr: interactively block engagement on an atproto post 62 62 63 63 usage: 64 64 bun index.js [options] ··· 1112 1112 const batchSize = flags.batch ?? BATCH_SIZE; 1113 1113 1114 1114 const config = await runInteractiveFlow(); 1115 - USER_AGENT = `block-reposters/1.0 (@${config.handle}; ${AUTHOR_CONTACT})`; 1115 + USER_AGENT = `mbr/1.0 (@${config.handle}; ${AUTHOR_CONTACT})`; 1116 1116 1117 1117 const { target } = config; 1118 1118
+1 -1
package.json
··· 1 1 { 2 - "name": "block-reposters", 2 + "name": "mbr", 3 3 "version": "1.0.0", 4 4 "type": "module", 5 5 "scripts": {