RSS Reader for each Chat Channels, works with Hubot.
- https://github.com/shokai/hubot-rss-reader
- https://www.npmjs.org/package/hubot-rss-reader
- redis-brain
- coffee-script 1.8+
% npm install hubot-rss-reader -save
% npm install coffee-script@">=1.8.0" -save
["hubot-rss-reader"]
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
hubot rss add https://github.com/shokai.atom
# or
hubot rss register https://github.com/shokai.atom
hubot rss delete https://github.com/shokai.atom
hubot rss delete #room_name
hubot rss list
hubot rss dump
% npm install
% grunt
# or
% npm test