-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.txt
82 lines (82 loc) · 2.66 KB
/
feed.txt
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
[
{
"pics": [],
"date": "Sunday, June 2018",
"username": "Bully Blocker",
"profile_pic": "http://bully-blocker.herokuapp.com/static/icons/logo.png",
"body": "Welcome to Bully Blocker!! Your chance to improve your online health.",
"rating": "is not offensive in any way.",
"link": "https://twitter.com",
"is_video": 0,
"block": 0,
"moderation": {
"rating": "is not offensive in any way.",
"offensive": 0.05,
"suggestive": 0.05,
"sexual": 0.05,
"percent": 5,
"color": "#5cb85c"
}
},
{
"pics": [
"http://127.0.0.1:5000/static/images/tesla.jpg"
],
"date": "Monday, June 2018",
"username": "Tesla",
"profile_pic": "https://pbs.twimg.com/profile_images/489192650474414080/4RxZxsud_bigger.png",
"body": "Tesla’s 10000th Supercharger is now open in Belleville, Ontario!",
"rating": "is not offensive in any way.",
"link": "https://twitter.com",
"is_video": 0,
"block": 0,
"moderation": {
"rating": "is not offensive in any way.",
"offensive": 0.10,
"suggestive": 0.05,
"sexual": 0.05,
"percent": 10,
"color": "#ecc52c"
}
},
{
"pics": [
"https://pbs.twimg.com/media/DfRoih1UYAASet8.jpg"
],
"date": "Friday, June 2018",
"username": "NASA",
"profile_pic": "https://pbs.twimg.com/profile_images/188302352/nasalogo_twitter_bigger.jpg",
"body": "We’re opening our doors for social media users to come behind-the-scenes for the launch of @NASASun's Parker #SolarProbe, a mission to touch the Sun. Apply to attend this #NASASocial event at @NASAKennedy in Florida July 29-31",
"rating": "is not offensive in any way.",
"link": "https://twitter.com",
"is_video": 0,
"block": 0,
"moderation": {
"rating": "is not offensive in any way.",
"offensive": 0.05,
"suggestive": 0.05,
"sexual": 0.05,
"percent": 5,
"color": "#5cb85c"
}
},
{
"pics": [],
"date": "Sunday, June 2018",
"username": "John Doe",
"profile_pic": "http://bully-blocker.herokuapp.com/static/icons/blank-profile.png",
"body": "We’re opening our doors for social media users to come behind-the-scenes for the launch of @NASASun's Parker #SolarProbe, a mission to touch the Sun. Apply to attend this #NASASocial event at @NASAKennedy in Florida July 29-31",
"rating": "is offensive to you and/or others.",
"link": "https://twitter.com",
"is_video": 0,
"block": 1,
"moderation": {
"rating": "is offensive to you and/or others.",
"offensive": 0.95,
"suggestive": 0.1,
"sexual": 0.1,
"percent": 95,
"color": "#d9534e"
}
}
]