Skip to content

Commit

Permalink
Add hubot-rss-poller2 and config.json for same. Refs #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
xurizaemon committed Apr 15, 2017
1 parent 6575b6c commit bc5e9a2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions external-scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"hubot-refrain",
"hubot-remind-her",
"hubot-rules",
"hubot-rss-poller2",
"hubot-shipit",
"hubot-twitter-mention"
]
16 changes: 16 additions & 0 deletions hubotrssconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"feeds": [{
"name": "Stack Exchange",
"request": {
"uri": "https://civicrm.stackexchange.com/feeds",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36"
}
},
"room": "Shell",
"pingIntervalSeconds": "300",
"alertPrefix": "",
"alertSuffix": "",
"messageTpl": "`SE :grey_question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
}]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"hubot-redis-brain": "0.0.3",
"hubot-refrain": "git+https://[email protected]/xurizaemon/hubot-refrain.git",
"hubot-remind-her": "^0.4.1",
"hubot-rss-poller2": "0.0.5",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
Expand Down

0 comments on commit bc5e9a2

Please sign in to comment.