No description
  • Rust 97.4%
  • Dockerfile 2.6%
Find a file
2026-01-09 09:29:48 +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 Rust로 마이그레이션 2026-01-09 09:29:48 +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 Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
Cargo.toml Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
compose.yml Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
Dockerfile Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
README.md Rust로 마이그레이션 2026-01-09 09:29:48 +09:00
rss.toml 동적 rss.toml과 설정에서 rss를 잘 이쁘게 할 수 있도록 수정 2026-01-09 08:46:44 +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