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 plyr.fm, sidetrail, and Anchor

+6
+3
cmd/recordcollector/main.go
··· 71 71 "org.xcvr": "org-xcvr", 72 72 "app.lanyards": "app-lanyards", 73 73 "stream.thought": "stream-thought", 74 + "fm.plyr": "fm-plyr", 75 + "app.sidetrail": "app-sidetrail", 76 + "app.dropanchor": "app-dropanchor", 74 77 } 75 78 76 79 //go:embed schema.sql
+3
genlabeldefs.py
··· 39 39 'xcvr': ('org-xcvr', 'hyper-real-time communication on atproto'), 40 40 'Lanyards': ('app-lanyards', 'one link to make your research life easier to share'), 41 41 'Thought Stream': ('stream-thought', 'an experimental real-time, global, multi-agent communication system with optional human participation'), 42 + 'plyr.fm': ('fm-plyr', 'music on atproto'), 43 + 'Sidetrail': ('app-sidetrail', 'a little app for sharing "trails"'), 44 + 'Anchor': ('app-dropanchor', 'an experiment in geolocation on the AT protocol'), 42 45 # 'name': ('nsid-with-dashes', 'description'), 43 46 } 44 47