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

Configure Feed

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

add anisota

Eric Davis 6573c9fa f579055f

+2
+1
cmd/recordcollector/main.go
··· 57 57 "pub.leaflet": "pub-leaflet", 58 58 "com.wamellow": "com-wamellow", 59 59 "social.grain": "social-grain", 60 + "net.anisota": "net-anisota", 60 61 } 61 62 62 63 //go:embed schema.sql
+1
genlabeldefs.py
··· 24 24 'Leaflet': ('pub-leaflet', 'social publishing / blogging'), 25 25 'Wamellow': ('com-wamellow', 'bluesky to discord notifications'), 26 26 'Grain': ('social-grain', 'a photo sharing platform'), 27 + 'Anisota': ('net-anisota', 'a speculative, iconoclastic social app'), 27 28 # 'name': ('nsid-with-dashes', 'description'), 28 29 } 29 30