Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samasaur1/rssbot
rssbot. it's a discord bot that watches rss feeds
https://github.com/samasaur1/rssbot
discord discord-bot rss
Last synced: 10 days ago
JSON representation
rssbot. it's a discord bot that watches rss feeds
- Host: GitHub
- URL: https://github.com/samasaur1/rssbot
- Owner: Samasaur1
- Created: 2023-03-03T08:48:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T20:16:58.000Z (7 months ago)
- Last Synced: 2024-04-20T21:25:47.539Z (7 months ago)
- Topics: discord, discord-bot, rss
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RssBot
RssBot is a Discord bot that watches RSS feeds, and posts new entries in those
feeds to Discord channels. Once added to a server, users can run `@RssBot add
https://samasaur1.github.io/feed.xml`, `@RssBot list` and `@RssBot remove
https://samasaur1.github.io/feed.xml` to control which feeds are being watched
in which channels.RssBot requires discord.py, feedparser, and validators. If you have a version
of [Nix](https://nixos.org) that supports flakes, you can build RssBot with
`nix build` and run it with `nix run`.RssBot is a descendant of [oobot](https://github.com/InternetUnexplorer/oobot).