Go to file
benji7425 cdd7cb056b Add different role mentioning for different feeds 2017-05-17 18:52:27 +01:00
.vscode Add shell-discord-bot wrapper for testing 2017-04-22 22:46:03 +01:00
docs git subrepo pull --remote=git@github.com:benji7425/discord-feed-bot.wiki.git docs 2017-01-22 18:56:19 +00:00
wrapper Fix module onDisconnect not first checking if onDisconnect existed 2017-04-22 22:50:41 +01:00
.eslintrc.json Replaced all instances of == with === and updated eslint config 2017-01-08 08:48:47 +00:00
.gitignore Added user subscription with subscribers being stored in a json file 2017-01-08 07:45:22 +00:00
CHANGELOG.md Updated changelog and package.json version 2017-01-22 20:43:24 +00:00
LICENSE Added LICENSE 2016-12-10 15:31:09 +00:00
README.md Added installation and commands docs files 2017-01-08 16:58:07 +00:00
config.json Add different role mentioning for different feeds 2017-05-17 18:52:27 +01:00
index.js Add different role mentioning for different feeds 2017-05-17 18:52:27 +01:00
package.json Update entry point to be index.js 2017-04-22 22:27:24 +01: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
  • Subscription - users can subscribe and have their username tagged when a new link is posted

Please view the github wiki for details regarding installation and commands for interacting with the bot

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)