tangled
alpha
login
or
join now
edavis.dev
/
recordcollector
18
fork
atom
this repo has no description
18
fork
atom
overview
issues
2
pulls
pipelines
add anisota
Eric Davis
8 months ago
6573c9fa
f579055f
+2
2 changed files
expand all
collapse all
unified
split
cmd
recordcollector
main.go
genlabeldefs.py
+1
cmd/recordcollector/main.go
···
57
57
"pub.leaflet": "pub-leaflet",
58
58
"com.wamellow": "com-wamellow",
59
59
"social.grain": "social-grain",
60
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
27
+
'Anisota': ('net-anisota', 'a speculative, iconoclastic social app'),
27
28
# 'name': ('nsid-with-dashes', 'description'),
28
29
}
29
30