-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
119 lines (119 loc) · 4.23 KB
/
Copy pathdb.json
File metadata and controls
119 lines (119 loc) · 4.23 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"users": [
{
"id": 0,
"user_uuid": "44d3dc3d-d7c8-4207-bcff-f58df362a641",
"username": "Painting with Bob Ross",
"handle": "bobross",
"bio": "Learn how to paint those happy little trees",
"link": "https://www.bobross.com",
"img": "https://upload.wikimedia.org/wikipedia/en/7/70/Bob_at_Easel.jpg",
"instagram_url": "https://www.instagram.com/bobross/",
"followers": [
{
"user_uuid": "fcb18cb5-5046-4f44-988d-95b820954e5b"
},
{
"user_uuid": "c96559e3-7648-4f82-bdc9-3c3f8020f3cd"
},
{
"user_uuid": "43ced97a-1bea-4fde-9b0f-ce9da8385f6c"
}
]
},
{
"id": 1,
"user_uuid": "fcb18cb5-5046-4f44-988d-95b820954e5b",
"username": "Bob's Burgers",
"handle": "bobsburgers",
"bio": "Bob sells burgers, and you buy them.",
"link": "https://bobsburgers.com",
"img": "https://upload.wikimedia.org/wikipedia/en/a/a4/Bob_Belcher_3.png",
"instagram_url": "https://www.instagram.com/bobsburgers/",
"followers": [
{
"user_uuid": "c96559e3-7648-4f82-bdc9-3c3f8020f3cd"
}
]
},
{
"id": 2,
"user_uuid": "4b551f30-12fa-4ba8-933e-5e3355a31287",
"username": "Empty House with Bob Saget",
"handle": "bobsaget",
"bio": "What happens when Bob Saget has had enough.",
"link": "https://www.bobsaget.com",
"img": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Bob_Saget%2C_Behind_The_Velvet_Rope_TV_.05.jpg",
"instagram_url": "https://www.instagram.com/bobsaget/",
"followers": [
{
"user_uuid": "fcb18cb5-5046-4f44-988d-95b820954e5b"
},
{
"user_uuid": "c96559e3-7648-4f82-bdc9-3c3f8020f3cd"
}
]
}
],
"threads": [
{
"id": 0,
"timestamp": "Fri Oct 20 2023 12:50:45 GMT-0700 (Pacific Daylight Time)",
"thread_from": "44d3dc3d-d7c8-4207-bcff-f58df362a641",
"thread_to": null,
"reply_to": null,
"text": "I'm a bot, I'm a bot, I'm a bot, I'm a bot",
"likes": [
{
"uuid": "fcb18cb5-5046-4f44-988d-95b820954e5b"
},
{
"uuid": "4b551f30-12fa-4ba8-933e-5e3355a31287"
}
]
},
{
"id": 1,
"timestamp": "Sun Oct 15 2023 10:30:45 GMT-0700 (Pacific Daylight Time)",
"thread_from": "44d3dc3d-d7c8-4207-bcff-f58df362a641",
"thread_to": null,
"reply_to": null,
"text": "Another awesome thread!",
"likes": []
},
{
"id": 2,
"timestamp": "Sat Oct 14 2023 8:13:45 GMT-0700 (Pacific Daylight Time)",
"thread_from": "44d3dc3d-d7c8-4207-bcff-f58df362a641",
"thread_to": null,
"reply_to": null,
"text": "Anyone out there?",
"likes": [
{
"uuid": "fcb18cb5-5046-4f44-988d-95b820954e5b"
},
{
"uuid": "4b551f30-12fa-4ba8-933e-5e3355a31287"
}
]
},
{
"id": 3,
"timestamp": "Fri Oct 20 2023 12:30:45 GMT-0700 (Pacific Daylight Time)",
"thread_from": "fcb18cb5-5046-4f44-988d-95b820954e5b",
"thread_to": null,
"reply_to": null,
"text": "Come get your burgerz",
"likes": []
},
{
"id": 0,
"timestamp": "Fri Oct 20 2023 12:35:45 GMT-0700 (Pacific Daylight Time)",
"thread_from": "44d3dc3d-d7c8-4207-bcff-f58df362a641",
"thread_to": "fcb18cb5-5046-4f44-988d-95b820954e5b",
"reply_to": 3,
"text": "Ooooo I'm on my way",
"likes": []
}
]
}