Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-bot

Feel free to reach out if you have any questions or suggestions!