tangled
alpha
login
or
join now
byarielm.fyi
/
atlast
16
fork
atom
ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
16
fork
atom
overview
issues
1
pulls
pipelines
fix tiktok upload of zip json
byarielm.fyi
4 months ago
b1167cc5
ec722d45
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
platformDefinitions.ts
+1
-1
src/lib/platformDefinitions.ts
···
39
39
rule: "Username:\s*([^\r\n]+)"
40
40
},
41
41
{
42
42
-
zipPath: "tiktok.json",
42
42
+
zipPath: "user_data_tiktok.json",
43
43
format: "JSON",
44
44
// JSON key path to traverse: ['Your Activity'] -> ['Following'] -> ['Following'] -> 'UserName'
45
45
rule: ["Your Activity", "Following", "Following", "UserName"]