478 B
478 B
memos-rss-rs
Discord RSS monitor written in Rust.
Features
- Periodically check RSS feeds.
- Post new items to Discord Forum channels.
- Category filtering support.
- Embedded storage using
sled. - Slash command support.
Setup
- Create a
.envfile with:DISCORD_TOKEN=your_token INTERVAL_MINUTES=5 - Configure
rss.toml. - Run with
cargo run.
Docker
docker build -t memos-rss-rs .
docker run --env-file .env memos-rss-rs