No description
- Rust 97.4%
- Dockerfile 2.6%
| .github/workflows | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| rss.toml.example | ||
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.
Setup
- Create a
.envfile with:DISCORD_TOKEN=your_token INTERVAL_MINUTES=15 - Configure
rss.toml. - Run with
cargo run.
Docker
docker run --env-file .env ghcr.io/imnyang/memos-rss/bot:latest