hubot-rss-rolf

2.0.0-beta1 • Public • Published

Hubot RSS Reader

RSS Reader for each Chat Channels, works with Hubot.

npm version

screen shot

Requirements

Install

% npm install hubot-rss-rolf -save

edit external-script.json

["hubot-rss-rolf"]

Configure (ENV vars)

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")

Usage

add

hubot rss add https://github.com/Flipez.atom
# or
hubot rss register https://github.com/Flipez.atom

delete

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)

list

hubot rss list
hubot rss dump (only for users in HUBOT_RSS_DUMP_USERS list)

About

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.

Readme

Keywords

Package Sidebar

Install

npm i hubot-rss-rolf

Weekly Downloads

2

Version

2.0.0-beta1

License

MIT

Unpacked Size

48.7 kB

Total Files

12

Last publish

Collaborators

  • flipez