Add RSS reader

This commit is contained in:
Basti 2015-04-27 00:08:04 +02:00
parent 9db8cfb655
commit 49d87224cc
3 changed files with 6 additions and 3 deletions

View File

@ -3,5 +3,6 @@
"hubot-heroku-keepalive", "hubot-heroku-keepalive",
"hubot-redis-brain", "hubot-redis-brain",
"hubot-rules", "hubot-rules",
"hubot-shipit" "hubot-shipit",
"hubot-rss-reader"
] ]

View File

@ -5,11 +5,13 @@
"author": "Sebastian Kippe <sebastian@kip.pe>", "author": "Sebastian Kippe <sebastian@kip.pe>",
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"coffee-script": "^1.9.2",
"hubot": "^2.12.0", "hubot": "^2.12.0",
"hubot-help": "^0.1.1", "hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4", "hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7", "hubot-irc": "^0.2.7",
"hubot-redis-brain": "0.0.2", "hubot-redis-brain": "0.0.2",
"hubot-rss-reader": "^0.6.6",
"hubot-rules": "^0.1.0", "hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16", "hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0" "hubot-shipit": "^0.2.0"

4
run.sh
View File

@ -1,5 +1,5 @@
HUBOT_IRC_SERVER=irc.freenode.net \ HUBOT_IRC_SERVER=irc.freenode.net \
HUBOT_IRC_ROOMS="#67p,#kosmos,#kosmos-dev" \ HUBOT_IRC_ROOMS="#67p,#kosmos,#kosmos-dev" \
HUBOT_IRC_NICK="hal8000" \ HUBOT_IRC_NICK="hal7000" \
HUBOT_IRC_UNFLOOD="true" \ HUBOT_IRC_UNFLOOD="true" \
bin/hubot -a irc --name hal8000 bin/hubot -a irc --name hal7000