-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_data.json
More file actions
103 lines (103 loc) · 2.52 KB
/
user_data.json
File metadata and controls
103 lines (103 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"12345": {
"email": "user@example.com",
"phone": "+11234567890",
"social_media": [
"LinkedIn",
"LinkedIn",
"LinkedIn"
],
"is_adding_platform": false
},
"67890": {
"email": "user2@example.com",
"phone": "+19876543210",
"social_media": []
},
"6526221644": {
"email": "samuelbelay81@gmail.com",
"phone": "+251927669472",
"social_media": [],
"is_adding_platform": true,
"awaiting_token": true,
"awaiting_platform": "instagram"
},
"999": {
"email": null,
"phone": null,
"social_media": [],
"tiktok_token": null,
"fetched_data": {},
"is_adding_platform": false,
"awaiting_token": false
},
"99999": {
"email": null,
"phone": null,
"social_media": [],
"platform_data": {
"tiktok_candidates": {
"@test*": [
"testb",
"testc",
"testa",
"testd",
"teste",
"testm",
"testp",
"test7"
]
}
}
},
"99": {
"email": "joe@example.com",
"phone": "+15550009999",
"platform_data": {
"tiktok": [
{
"username": "joe_9999_1",
"url": "https://www.tiktok.com/@joe_9999_1",
"avatar": "https://example.com/avatars/joe_9999_1.jpg",
"followers": 3295,
"following": 1129,
"likes": 127977,
"videos": 1324,
"bio": "Mock account derived from joe and 9999",
"meta": {
"matched_email": "joe@example.com",
"matched_phone": "+15550009999"
}
},
{
"username": "joe_9999_2",
"url": "https://www.tiktok.com/@joe_9999_2",
"avatar": "https://example.com/avatars/joe_9999_2.jpg",
"followers": 77858,
"following": 499,
"likes": 80326,
"videos": 1519,
"bio": "Mock account derived from joe and 9999",
"meta": {
"matched_email": "joe@example.com",
"matched_phone": "+15550009999"
}
},
{
"username": "joe_9999_3",
"url": "https://www.tiktok.com/@joe_9999_3",
"avatar": "https://example.com/avatars/joe_9999_3.jpg",
"followers": 111129,
"following": 1977,
"likes": 383324,
"videos": 155,
"bio": "Mock account derived from joe and 9999",
"meta": {
"matched_email": "joe@example.com",
"matched_phone": "+15550009999"
}
}
]
}
}
}