Go to file
2016-10-30 21:33:24 +00:00
.vscode Added vscode launch json for node 2016-10-30 19:39:58 +00:00
.eslintrc.json Added eslint config 2016-10-29 18:33:20 +01:00
.gitignore Added link posting if link not found posted in last 100 messages 2016-10-29 19:09:10 +01:00
config.json Added link posting if link not found posted in last 100 messages 2016-10-29 19:09:10 +01:00
feed-bot.js Added internet disconnection error handling 2016-10-30 20:15:15 +00:00
package.json Added feed-read npm module 2016-10-29 18:41:54 +01:00
README.md Update README.md 2016-10-30 21:33:24 +00:00

  1. Make sure you have nodejs (v6+) and npm installed
  2. Clone repo or download zip and extract somewhere
  3. Open a terminal in cloned/extracted folder
  4. Run npm install and wait for it to finish
  5. Edit config.json to include your RSS feed and channel ID
  6. Create botConfig.json to include your bot token: { "token": "abc123blahblahblahyourtokengoeshere" }
  7. Run node feed-bot.js