Go to file
benji7425 533234051b Merged release/v1.1.1 into master 2016-12-30 16:02:15 +00:00
.vscode Added vscode launch json for node 2016-10-30 19:39:58 +00:00
.eslintrc.json Updated my eslint config 2016-12-02 00:51:12 +00:00
.gitignore Fixed conversion from full url to share url returning undefined 2016-12-02 22:11:13 +00:00
CHANGELOG.md Updated changelog to indicate release version 2016-12-30 16:02:09 +00:00
LICENSE Added LICENSE 2016-12-10 15:31:09 +00:00
README.md Updated README to reference releases page 2016-12-03 20:09:06 +00:00
config.json Added youtube mode toggle with full url -> share url conversion 2016-12-02 21:53:13 +00:00
feed-bot.js Updated cache function to use checkCache function when checking cache 2016-12-30 15:47:33 +00:00
log.js Fixed conversion from full url to share url returning undefined 2016-12-02 22:11:13 +00:00
package.json Added event logging, improved error handling, added link caching 2016-10-31 23:28:17 +00:00

README.md

Features

  • Posts latest link from RSS feed into specified Discord channel
  • Configurable polling interval
  • Doesn't post the link if it has already been posted in last 100 messages
  • YouTube mode - detects both youtube.com and youtu.be links, and doesn't post again if either have already been posted (BETA)

Feel free to contact me with suggestions and feature requests - if you need a new feature, just let me know and I will see what I can do! (No promises though :p)

Installation

  1. Make sure you have nodejs (v6+) and npm installed
  2. Download the zip from releases and extract
  3. Open a terminal in 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 bot-config.json to include your bot token: { "token": "abc123blahblahblahyourtokengoeshere" }
  7. Run node feed-bot.js