-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hubot-rss-poller2 and config.json for same. Refs #5.
- Loading branch information
1 parent
6575b6c
commit bc5e9a2
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()})`" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|