lucifel1853 / Discord.RSS-Clone

Repo to deploy the news-delivering bot Discord.RSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord.RSS Clone

This repository is only for users who will clone Discord.RSS files directly.

The main repository is located at https://github.com/synzen/Discord.RSS, and the web repository at https://github.com/synzen/Discord.RSS-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.discordrss.xyz/.

Publicly Hosted Instance

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

Web Interface

Discord.RSS also comes with a web interface! To run the web interface, see the documentation.

UI Screenshot

Deploy to Heroku

You can deploy the bot in a simple way to Heroku using the button below. Click here for detailed instructions.

Deploy

If you want to deploy manually you can follow this guide.

Hosting on Glitch

Click the button below to import the code to Glitch. Wait for the importing process to complete, make your project private and fill in the Configuration. Use a tool like Uptime Robot to prevent the bot from going offline.

Remix on Glitch

You can use MongoDB Atlas for the MongoDB database and Redis Labs for the Redis database.

Discord.RSS requires node.js v12.16. As of 23 May 2020, Glitch currently does not install v12.16 automatically, and must be manually installed. For Discord.RSS to work on Glitch, you will need to modify the scripts section to manually install v12.16.

Include the following in a new line below "scripts": {:

"preinstall": "npm install --save node@12.16.3",

If you want the web UI, you will need to follow the web configuration and add the following in a file named .env:

image

The web port for Glitch is 3000.

About

Repo to deploy the news-delivering bot Discord.RSS

License:MIT License


Languages

Language:JavaScript 73.9%Language:Dockerfile 26.1%