← 返回
AI智能 中文

RSS Feed Digest

Fetch, filter, and summarize RSS/Atom feeds into a clean daily or weekly digest. Supports multiple feeds, keyword filtering, deduplication, and outputs Markd...
获取、过滤并汇总RSS/Atom订阅源,生成简洁的每日或每周摘要。支持多源订阅、关键词过滤、去重,并以Markdown格式输出。
zacjiang
AI智能 clawhub v1.0.0 1 版本 99864.1 Key: 无需
★ 1
Stars
📥 2,184
下载
💾 49
安装
1
版本
#latest

概述

RSS Feed Digest

Aggregate multiple RSS/Atom feeds into a clean, summarized digest. Perfect for automated newsletters, news monitoring, or daily briefings.

Usage

Fetch and display recent items

python3 {baseDir}/scripts/rss_digest.py fetch \
  --feeds "https://hnrss.org/frontpage" "https://feeds.arstechnica.com/arstechnica/technology-lab" \
  --hours 24 \
  --limit 20

Filter by keywords

python3 {baseDir}/scripts/rss_digest.py fetch \
  --feeds "https://hnrss.org/frontpage" \
  --keywords "AI,LLM,agent,OpenClaw" \
  --hours 48

Output as Markdown file

python3 {baseDir}/scripts/rss_digest.py fetch \
  --feeds "https://hnrss.org/frontpage" \
  --output digest.md \
  --format markdown

Use a feed list file

# Create feeds.txt with one URL per line
python3 {baseDir}/scripts/rss_digest.py fetch \
  --feed-file feeds.txt \
  --hours 24

Features

  • 📰 Supports RSS 2.0 and Atom feeds
  • 🔍 Keyword filtering (include/exclude)
  • 🔄 Deduplication across multiple feeds
  • 📅 Time-based filtering (last N hours)
  • 📝 Markdown or plain text output
  • 📋 Feed list file support for managing many sources

Dependencies

pip3 install feedparser

Example: Daily AI News Digest

# feeds.txt
https://hnrss.org/frontpage
https://feeds.arstechnica.com/arstechnica/technology-lab
https://www.artificialintelligence-news.com/feed/
https://openai.com/blog/rss.xml

# Run daily via cron
python3 rss_digest.py fetch --feed-file feeds.txt --keywords "AI,LLM,GPT,Claude,agent" --hours 24 --output /tmp/daily-ai-digest.md

Use Cases

  • Daily briefings: Summarize industry news for your team
  • Newsletter automation: Generate content for Beehiiv/Substack newsletters
  • Competitive monitoring: Track mentions of competitors or keywords
  • Research: Aggregate academic/industry feeds on a topic
  • Heartbeat integration: Run during OpenClaw heartbeat to check for relevant news

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 11:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 710 📥 243,644
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,353 📥 317,910
productivity

Markdown to PDF (CJK)

zacjiang
将 Markdown 文件转换为专业 PDF,支持完整 CJK(中文/日文/韩文)排版。使用 reportlab 实现可靠渲染,无需外部依赖。
★ 1 📥 1,988