RSS Reader for each Chat Channels, works with Hubot.
- hubot-brain
- recommend hubot-redis-brain.
% npm install hubot-rss-rolf -save
["hubot-rss-rolf"]
export DEBUG=hubot-rss-reader* # debug print
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 HUBOT_RSS_PRINTSUMMARY=true # print summary (default is "true")
export HUBOT_RSS_PRINTIMAGE=false # print image in summary (default is "true")
export HUBOT_RSS_PRINTMARKDOWN=true # use markdown message (default is "false")
export HUBOT_RSS_PRINTERROR=false # print error message (default is "true")
export HUBOT_RSS_IRCCOLORS=true # use IRC color message (default is "false")
export HUBOT_RSS_LIMIT_ON_ADD=false # limit printing entries on add new feed. (default is 5)
export HUBOT_RSS_DUMP_USERS="" # limit dump to special user (list without spaces eg. "user1,user2")
hubot rss add https://github.com/Flipez.atom
# or
hubot rss register https://github.com/Flipez.atom
hubot rss delete https://github.com/Flipez.atom
hubot rss delete #room_name (only within the room or for users in HUBOT_RSS_DUMP_USERS list)
hubot rss list
hubot rss dump (only for users in HUBOT_RSS_DUMP_USERS list)
This project was forked from hubot-rss-reader from shokai with the fix from yynozk and published as hubot-rss-rolf to make it useable for rocketchat again.