Go to file
benji7425 d9d4f18fa1 Revert "Fixed dev commands not being recognised outside of posting channel"
This reverts commit a8d3f04ad4f03438efd73dc0f38354938b361fe3.
2017-01-22 20:39:14 +00:00
.vscode Added vscode launch json for node 2016-10-30 19:39:58 +00:00
docs git subrepo pull --remote=git@github.com:benji7425/discord-feed-bot.wiki.git docs 2017-01-22 18:56:19 +00: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:26:25 +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 Added necessary serverID parameter to config 2017-01-22 18:07:53 +00:00
feed-bot.js Revert "Fixed dev commands not being recognised outside of posting channel" 2017-01-22 20:39:14 +00:00
log.js Added Log.raw function to just log an object 2017-01-22 18:07:35 +00:00
package.json Updated changelog and package.json version 2017-01-22 20:26:25 +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
  • 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)