No description
  • Rust 97.4%
  • Dockerfile 2.6%
Find a file
2025-12-15 10:41:08 +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
cli init 2025-12-11 01:16:37 +09:00
src Add Turndown integration for HTML to Markdown conversion and update dependencies 2025-12-15 10:41:08 +09:00
.env.example init 2025-12-11 01:16:37 +09:00
.gitignore init 2025-12-11 01:16:37 +09:00
bun.lock Add Turndown integration for HTML to Markdown conversion and update dependencies 2025-12-15 10:41:08 +09:00
compose.yml Update Dockerfile, main.yml, and index.ts for bot configuration and activity status 2025-12-11 01:19:09 +09:00
Dockerfile Refactor Dockerfile to streamline build process and set timezone 2025-12-11 02:05:27 +09:00
LICENSE Update Dockerfile, README, and package.json for project renaming and dependency adjustments 2025-12-11 01:25:23 +09:00
package.json Add Turndown integration for HTML to Markdown conversion and update dependencies 2025-12-15 10:41:08 +09:00
README.md Update Dockerfile, README, and package.json for project renaming and dependency adjustments 2025-12-11 01:25:23 +09:00
rss.toml init 2025-12-11 01:16:37 +09:00
tsconfig.json init 2025-12-11 01:16:37 +09:00

memos-rss

Memos 디스코드 서버의 RSS 피드 알림 봇입니다.

To install dependencies:

bun install

To run:

bun run start

This project was created using bun init in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.