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 atfile and roomy
Eric Davis
11 months ago
c60baffa
62f903b8
+5
2 changed files
expand all
collapse all
unified
split
cmd
recordcollector
main.go
genlabeldefs.py
+2
cmd/recordcollector/main.go
···
37
37
var labelPrefixes = map[string]string{
38
38
// NSID prefix // Label
39
39
"app.popsky": "app-popsky",
40
40
+
"blue.zio.atfile": "blue-zio-atfile",
41
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
17
+
'Roomy': ('chat-roomy', 'group chat on atproto'),
18
18
+
'ATFile': ('blue-zio-atfile', 'store and retrieve files'),
19
19
+
# 'name': ('ns-id', 'description'),
17
20
}
18
21
19
22
values = []