← 返回
内容创作 中文

RSS Monitor

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 Fe...
监控 RSS 订阅源,在新内容发布时发送通知。当用户需要跟踪博客更新、新闻订阅或任何 RSS 源时使用。支持
lwd815813
内容创作 clawhub v1.0.0 1 版本 99934.9 Key: 无需
★ 0
Stars
📥 1,535
下载
💾 29
安装
1
版本
#automation#blog#feed#latest#monitor#news#notification#rss

概述

RSS Monitor

Monitor RSS feeds and deliver notifications when new articles are published.

Features

  • Monitor multiple RSS feeds
  • Detect new articles automatically
  • Send notifications to Feishu/Lark
  • Schedule checks via cron
  • Support for RSS, Atom, and JSON feeds

Quick Start

Add a feed to monitor

scripts/rss_monitor.py add <feed_url> [--name <friendly_name>]

Check all feeds for updates

scripts/rss_monitor.py check-all

List monitored feeds

scripts/rss_monitor.py list

Setup

Feishu Webhook (Optional)

To receive Feishu notifications:

  1. Create a Feishu group
  2. Add a webhook bot
  3. Copy the webhook URL
  4. Set environment variable:

```bash

export FEISHU_WEBHOOK="https://open.feishu.cn/open-apis/bot/v2/hook/..."

```

Cron Schedule

Add to crontab for automatic monitoring:

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

Or use OpenClaw cron:

openclaw cron add --name "rss-monitor" --schedule "*/30 * * * *" --command "python scripts/rss_monitor.py check-all"

Commands

CommandDescription
----------------------
add Add RSS feed to watchlist
remove Remove feed from watchlist
listShow all monitored feeds
check-allCheck all feeds for updates
check Check specific feed
historyShow recently detected articles

Data Storage

  • Watchlist: ~/.rss_monitor/feeds.json
  • Article history: ~/.rss_monitor/history.json

Dependencies

  • Python 3.6+
  • requests
  • feedparser

Install: pip install requests feedparser

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 06:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 861 📥 200,140
productivity

WeChat MP Monitor

lwd815813
Monitor WeChat MP (微信公众号) articles and send notifications. Use when user needs to track public account updates, summariz
★ 1 📥 653
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,239