forked from xurizaemon/bolts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hubotrssconfig.json
47 lines (47 loc) · 1.74 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
{
"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",
"pingIntervalSeconds": "60",
"alertPrefix": "",
"alertSuffix": "",
"messageTpl": "`![SE](https://resources.fudev.co.nz/rss-stackexchange.gif) New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
},
{
"id": "civicrm-instagram",
"name": "CiviCRM Instagram",
"request": {
"uri": "https://queryfeed.net/instagram?q=%23civicrm",
"headers": {
"User-Agent": "civicrm-bolts (https://github.com/xurizaemon/bolts)"
}
},
"room": "socialmedia",
"pingIntervalSeconds": "60",
"alertPrefix": "",
"alertSuffix": "",
"messageTpl": "`![Instagram](https://resources.fudev.co.nz/rss-instagram.png) [${latestItem.getTitle()}](${latestItem.getPermalink()}) ![image](${latestItem.element.enclosure.url})`"
},
{
"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",
"pingIntervalSeconds": "60",
"alertPrefix": "",
"alertSuffix": "",
"messageTpl": "`[Blog](https://resources.fudev.co.nz/rss-civicrm.gif) New CiviCRM blog: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
}]
}