adds labels to accounts that have created records outside of Bluesky
23
fork

Configure Feed

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

add atfile and roomy

+5
+2
cmd/recordcollector/main.go
··· 37 37 var labelPrefixes = map[string]string{ 38 38 // NSID prefix // Label 39 39 "app.popsky": "app-popsky", 40 + "blue.zio.atfile": "blue-zio-atfile", 41 + "chat.roomy": "chat-roomy", 40 42 "com.shinolabs.pinksea": "com-shinolabs-pinksea", 41 43 "com.whtwnd": "com-whtwnd", 42 44 "events.smokesignal": "events-smokesignal",
+3
genlabeldefs.py
··· 14 14 'Tangled': ('sh-tangled', 'tightly-knit social coding'), 15 15 'Spark': ('so-sprk', 'short-form video/photo app'), 16 16 'Statusphere': ('xyz-statusphere', 'atproto quick start'), 17 + 'Roomy': ('chat-roomy', 'group chat on atproto'), 18 + 'ATFile': ('blue-zio-atfile', 'store and retrieve files'), 19 + # 'name': ('ns-id', 'description'), 17 20 } 18 21 19 22 values = []