Hubot RSS Reader
RSS Reader for each Chat Channels, works with Hubot.
Requirements
- redis-brain
- coffee-script 1.8+
Install
% npm install hubot-rss-reader -save
% npm install coffee-script@">=1.8.0" -save
external-script.json
edit ["hubot-rss-reader"]
Configure (ENV var)
export HUBOT_RSS_INTERVAL=600 # 600 sec (default)
export HUBOT_RSS_HEADER=:sushi: # RSS Header Emoji (default is "sushi")
export HUBOT_RSS_USERAGENT=hubot # (default is "hubot-rss-reader/#{package_version}")
export DEBUG=hubot-rss-reader* # debug print
Usage
add
hubot rss add https://github.com/shokai.atom
# or
hubot rss register https://github.com/shokai.atom
delete
hubot rss delete https://github.com/shokai.atom
hubot rss delete #room_name
list
hubot rss list
hubot rss dump
Test
% npm install
% grunt
# or
% npm test