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