-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeeds-example.json
52 lines (52 loc) · 2.13 KB
/
feeds-example.json
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
[
{
"url": "https://twitter.com/quotepage",
"username": "Inspirational Quotes",
"webhooks": [
"https://example.com/api/webhooks/importantID-01/reallylongsecrethash",
"https://example.com/api/webhooks/importantID-02/anotherreallylongsecrethash"
]
},
{
"url": "https://twitter.com/MadamNazarIO",
"username": "Madam Nazar",
"webhooks": [
"https://example.com/api/webhooks/importantID-01/hopefullyyougetthepointbynow",
"https://example.com/api/webhooks/importantID-01/ifyourenotgettingitbynowaskforhelp"
]
},
{
"url": "https://www.seraphimsl.com/feed/",
"username": "Seraphim",
"userimage": "https://www.seraphimsl.com/wp-content/uploads/2020/03/cropped-favicon-2-192x192.png",
"webhooks": [
"https://example.com/api/webhooks/importantID-01/snarkycommentnumberfive",
"https://example.com/api/webhooks/importantID-02/snarkeycommentnumbersix"
]
},
{
"url": "https://secondlifesyndicate.com/rss/",
"username": "Second Life Syndicate",
"userimage": "https://secondlifesyndicate.com/wp-content/uploads/2019/04/cropped-SLS-LOGO-ALPHA-192x192.png",
"webhooks": [
"https://example.com/api/webhooks/importantID-01/snarkcommentnumberfive"
]
},
{
"url": "https://community.secondlife.com/rss/1-blog-rss.xml",
"username": "Second Life Community",
"userimage": "https://content.invisioncic.com/Mseclife/monthly_2020_06/SL_logo_favicon_96x96.png",
"webhooks": [
"https://example.com/api/webhooks/importantID-01/snarkycommentnumberfive"
]
},
{
"url": "https://status.secondlifegrid.net/history.rss",
"username": "Second Life Status",
"userimage": "https://pbs.twimg.com/profile_images/1265766959137734656/Ahc3Egxl_400x400.jpg",
"webhooks": [
"https://example.com/api/webhooks/importantID-01/snarkycommentnumberfive",
"https://example.com/api/webhooks/importantID-02/snarkycommentnumbersix"
]
}
]