返回顶部
r

rss-monitorRSS订阅监控

Monitor RSS feeds and send notifications when new content is published. Use when user needs to track blog updates, news feeds, or any RSS source. Supports Feishu/Lark notifications and scheduled monitoring via cron.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
803
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

rss-monitor

RSS 监控器

监控RSS订阅源,并在新文章发布时发送通知。

功能特性

  • - 监控多个RSS订阅源
  • 自动检测新文章
  • 发送通知到飞书/Lark
  • 通过cron定时检查
  • 支持RSS、Atom和JSON订阅源

快速开始

添加要监控的订阅源

bash
scripts/rss_monitor.py add <订阅源URL> [--name <友好名称>]

检查所有订阅源的更新

bash
scripts/rss_monitor.py check-all

列出已监控的订阅源

bash
scripts/rss_monitor.py list

设置

飞书Webhook(可选)

要接收飞书通知:

  1. 1. 创建一个飞书群组
  2. 添加一个Webhook机器人
  3. 复制Webhook URL
  4. 设置环境变量:
bash export FEISHU_WEBHOOK=https://open.feishu.cn/open-apis/bot/v2/hook/...

Cron定时任务

添加到crontab以实现自动监控:

bash

每30分钟检查一次


/30 * cd /path/to/workspace && python scripts/rss_monitor.py check-all

或使用OpenClaw cron:
bash
openclaw cron add --name rss-monitor --schedule /30 * --command python scripts/rss_monitor.py check-all

命令

命令描述
add <url>添加RSS订阅源到监控列表
remove <name>
从监控列表中移除订阅源 | | list | 显示所有已监控的订阅源 | | check-all | 检查所有订阅源的更新 | | check | 检查特定订阅源 | | history | 显示最近检测到的文章 |

数据存储

  • - 监控列表:~/.rssmonitor/feeds.json
  • 文章历史:~/.rssmonitor/history.json

依赖项

  • - Python 3.6+
  • requests
  • feedparser

安装:pip install requests feedparser

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 rss-monitor-1776059111 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 rss-monitor-1776059111 技能

通过命令行安装

skillhub install rss-monitor-1776059111

下载

⬇ 下载 rss-monitor v1.0.0(免费)

文件大小: 4.99 KB | 发布时间: 2026-4-15 14:13

v1.0.0 最新 2026-4-15 14:13
v1.0.0 - Initial release: RSS feed monitoring with Feishu notifications

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部