A simple Discord Bot written in Java, that posts content from RSS Feeds into a Channel.
This Discord-Bot enables you to send all the items from a RSS-Feed into a specified channel on a Discord server.
- ✅ Unlimited RSS-Element
- ✅ Run once, forget about it
- ⚙️ Upcoming Feature: Slash-Commands for information about the bot
Make sure to have a Java Installation on your System (at least Java 17)
To get started with this project, download the latest release from the Releases Page
Put the .jar File onto your server and prepare get a Discord-Bot-Token and the Channel-ID of the desired Channel.
Fill in all the required information (and the RSS feed) and launch the bot:
java -jar discord-rss-bot.jar
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
This project is licensed under the GPL 3.0 License.
- druffko - @druffko - [email protected]
- Project Link - https://github.com/druffko/discord-rss-bot
Feel free to reach out if you have any questions or suggestions!