Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 526 Bytes

RSS Slackbot

fetch Feeds, post Slack.com. Designed for run with Docker.

Build Status

Install Dependencies

% npm install
% gem install foreman

Run

1. SlackBot

% export SLACK_TOKEN=a1b2cdef345
% DEBUG=rssbot npm start

2. Webhook

% export SLACK_WEB_HOOK_URL=https://xxxx
% DEBUG=rssbot npm start

Test

% npm test