RSSBot generates an RSS feed of shared articles to read them later with your favorite RSS reader.
git clone https://github.com/oknoeno/rssbot
- node 4.3.2
- npm 2.*
- serverless 1.0.0-rc.1
- aws-cli 1.10.66
aws configure
npm install [email protected] -g
cd rss_bot/src
npm install
serverless deploy
Copy Slack Hook Endpoint URL for Slackbot configuration from the terminal looks like: https://{XZY}.execute-api.eu-west-1.amazonaws.com/dev/hook/slack/out
- Open: https://my.slack.com/services/new/outgoing-webhook
- Select 'Add Outgoing WebHooks integration
- Select your slack channel
- leave trigger words empty
- Paste the copied endpoint url in the URL(s) field
- copy your token
- Customize your bot name: e.g. RSSBot
copy the slack token from the settings and save it under:
rss_bot/src/utils/constants.js
Line 27: Constants.SLACK.TOKEN = "PASTE_YOUR_TOKEN_HERE";
if you updated the token, re-deploy your stack
serverless deploy
The bot was added to your channel type help to get some tips type rss to get the URL of you RSS feed paste a link to add it to your RSS feed