-
Notifications
You must be signed in to change notification settings - Fork 3
/
hubotrssconfig.json
59 lines (59 loc) · 1.77 KB
/
hubotrssconfig.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
53
54
55
56
57
58
59
{
"feeds": [{
"id": "stackexchange",
"name": "Stack Exchange",
"request": {
"uri": "https://civicrm.stackexchange.com/feeds",
"headers": {
"User-Agent": "civicrm-bolts (https://github.com/xurizaemon/bolts)"
}
},
"room": "town square",
"pingInterval": "60",
"alertPrefix": "![SE](https://civicrm.org/sites/civicrm.org/files/rss-stackexchange.png) ",
"alertSuffix": ""
},
{
"id": "civicrm-blog",
"name": "CiviCRM Blog",
"request": {
"uri": "https://civicrm.org/blog/feed",
"headers": {
"User-Agent": "civicrm-bolts (https://github.com/xurizaemon/bolts)"
}
},
"room": "town-square",
"pingInterval": "60",
"alertPrefix": "[Blog](https://civicrm.org/sites/civicrm.org/files/rss-civicrm.png) ",
"alertSuffix": ""
},
{
"id": "reddit-civicrm",
"name": "r/civicrm",
"request": {
"uri": "https://reddit.com/r/civicrm.rss",
"headers": {
"User-Agent": "civicrm-bolts (https://github.com/xurizaemon/bolts)"
}
},
"room": "socialmedia",
"pingInterval": "60",
"alertPrefix": ":alien: ",
"alertSuffix": ""
},
{
"id": "bolts-commits",
"name": "xurizaemon/bolts commits",
"request": {
"uri": "https://github.com/xurizaemon/bolts/commits/master.atom",
"headers": {
"User-Agent": "civicrm-bolts (https://github.com/xurizaemon/bolts)"
}
},
"room": "x-bot-test",
"pingInterval": "10",
"alertPrefix": ":turtle: ",
"alertSuffix": ""
}
]
}