This repository is only for users who will clone MonitoRSS (formerly known as Discord.RSS) files directly.
The main repository is located at https://github.com/synzen/MonitoRSS, and the web repository at https://github.com/synzen/MonitoRSS-Web.
Driven by the lack of comprehensive RSS bots available, I have decided to try my hand at creating one of my own. Designed with as much customization as possible for both users and bot hosters, while also (or should be) easy to understand.
All documentation can be found at https://docs.monitorss.xyz/.
Don't want to bother hosting your own instance? Use the publicly hosted one!
https://discordapp.com/oauth2/authorize?client_id=268478587651358721&scope=bot&permissions=19456
MonitoRSS also comes with a web interface! To run the web interface, see the documentation.

You can deploy the bot in a simple way to Heroku using the button below. Click here for detailed instructions - you must have MongoDB hosted with its URI ready to also insert into DRSS_DATABASE_URI environment variable.
If you want to deploy manually without the button, you can follow this guide instead.
MonitoRSS requires node.js v12.16. As of 23 May 2020, Glitch does not install v12.16 automatically, and must be manually installed. For MonitoRSS to work on Glitch, follow these steps.
git remote add origin https://github.com/synzen/MonitoRSS-Clone.git && npm install --no-save [email protected]
If you want the web interface, you will need to follow the web configuration and add the following in a file named .env:

The web port for Glitch is 3000.
See https://docs.monitorss.xyz/setting-up/staying-updated. Since using npm install will remove the required node v12.16 automatically, you must install it again after updating:
git reset --hard origin/master && npm install && npm install --no-save [email protected]
Content type
Image
Digest
sha256:4fc4ef490…
Size
52.6 MB
Last updated
about 3 years ago
docker pull synzen/monitorss