# rss **Repository Path**: luxcis/rss ## Basic Information - **Project Name**: rss - **Description**: 订阅蜜柑番剧并发送通知消息 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-08 - **Last Updated**: 2024-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rss #### 介绍 订阅蜜柑番剧并发送通知消息 #### 使用说明 ```shell docker run -itd -v './config.toml:/app/config.toml' --name rss luxcis/go-rss ``` config.toml ```toml # name 名字标识 # url 订阅链接 # cron 刷新周期 # func rss解析器 rss = [ { name = "蜜柑", url = "https://mikananicn.icu/RSS/MyBangumi?token=132465798", cron = "*/5 * * * *", func="mikan" } ] # gotify消息推送 [gotify] url = "http://127.0.0.1:9999" token = "123465798" ```