Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druffko/discord-rss-bot
A simple Discord Bot written in Java, that posts content from RSS Feeds into a Channel.
https://github.com/druffko/discord-rss-bot
Last synced: 3 months ago
JSON representation
A simple Discord Bot written in Java, that posts content from RSS Feeds into a Channel.
- Host: GitHub
- URL: https://github.com/druffko/discord-rss-bot
- Owner: druffko
- License: gpl-3.0
- Created: 2024-08-25T23:02:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:49:58.000Z (5 months ago)
- Last Synced: 2024-08-27T13:10:25.473Z (5 months ago)
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Repo-Image](https://druffko.gg/github-images/rss-bot.png)
# Discord-RSS-Bot
A simple Discord Bot written in Java, that posts content from RSS Feeds into a Channel.
---
## Table of Contents
- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)---
## About
This Discord-Bot enables you to send all the items from a RSS-Feed into a specified channel on a Discord server.
---
## Features
- ✅ Unlimited RSS-Element
- ✅ Run once, forget about it
- ⚙️ Upcoming Feature: Slash-Commands for information about the bot---
## Installation
*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](https://github.com/druffko/discord-rss-bot/releases)
Put the .jar File onto your server and prepare get a [Discord-Bot-Token](https://discord.com/developers/applications) and the [Channel-ID](https://docs.statbot.net/docs/faq/general/how-find-id/) of the desired Channel.
Fill in all the required information (and the RSS feed) and launch the bot:
```bash
java -jar discord-rss-bot.jar
```---
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-name`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-name`)
5. Open a pull request---
## License
This project is licensed under the [GPL 3.0 License](LICENSE).
---
## Contact
- **druffko** - [@druffko](https://twitter.com/druffko) - [email protected]
- **Project Link** - https://github.com/druffko/discord-rss-botFeel free to reach out if you have any questions or suggestions!