No description
  • Rust 97.4%
  • Dockerfile 2.6%
Find a file
2026-01-09 10:02:11 +09:00
.github/workflows Update Dockerfile, main.yml, and index.ts for bot configuration and activity status 2025-12-11 01:19:09 +09:00
src fixed some issue 2026-01-09 10:02:11 +09:00
.env.example init 2025-12-11 01:16:37 +09:00
.gitignore Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
Cargo.lock 어으 2026-01-09 09:52:22 +09:00
Cargo.toml 어으 2026-01-09 09:52:22 +09:00
compose.yml Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
Dockerfile 좀 고치기 2026-01-09 09:33:26 +09:00
README.md Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
rss.toml fixed some issue 2026-01-09 10:02:11 +09:00

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

  1. Create a .env file with:
    DISCORD_TOKEN=your_token
    INTERVAL_MINUTES=5
    
  2. Configure rss.toml.
  3. Run with cargo run.

Docker

docker build -t memos-rss-rs .
docker run --env-file .env memos-rss-rs