Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sussycatgirl/feeds-bot
Feeds is a simple Revolt bot that delivers RSS feeds to your channels.
https://github.com/sussycatgirl/feeds-bot
revolt revolt-bot rss
Last synced: about 1 month ago
JSON representation
Feeds is a simple Revolt bot that delivers RSS feeds to your channels.
- Host: GitHub
- URL: https://github.com/sussycatgirl/feeds-bot
- Owner: sussycatgirl
- License: agpl-3.0
- Created: 2022-10-01T09:41:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:14:43.000Z (over 1 year ago)
- Last Synced: 2023-07-15T02:45:29.852Z (over 1 year ago)
- Topics: revolt, revolt-bot, rss
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feeds
Feeds is a simple Revolt bot that delivers RSS feeds to your text channels. You can invite it [here](https://app.revolt.chat/bot/01FWVYTRQJE8HD70YB510538CN).
Feeds are refreshed once per minute, and if a feed fails to fetch the bot will notify the user and exponentially increase the retry delay.
### Self-Hosting
Self-Hosting Feeds is super simple thanks to Docker. Clone this repository, copy `.env.example` to `.env` and fill in your bot token, then run `docker-compose up -d` in this directory.
### Contributing
If you wish to contribute to this project, you are welcome to do so! Please use pnpm (npm install -g pnpm) instead of npm if you plan on opening a pull request. Thank you! <3### License
This project is licensed under the AGPL 3.0. For details check out [LICENSE](./LICENSE).