lets-go-rss

Solid

轻量级全平台 RSS 订阅管理器。一键聚合 YouTube、Vimeo、Behance、Twitter/X、知识星球、B站、微博、抖音、小红书的内容更新,支持增量去重和 AI 智能分类。

Data & Documents 90 stars 11 forks Updated 1 months ago

Install

View on GitHub

Quality Score: 71/100

Stars 20%
65
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Let's Go RSS 全平台 RSS 内容聚合工具,支持增量更新、去重、AI 分类。 ## 快速使用 ### 添加订阅 ```bash python3 scripts/lets_go_rss.py --add "https://www.youtube.com/@MatthewEncina" python3 scripts/lets_go_rss.py --add "https://vimeo.com/xkstudio" python3 scripts/lets_go_rss.py --add "https://www.behance.net/yokohara6e48" ``` ### 更新全部(耗时操作,建议用 crontab 后台跑) ```bash python3 scripts/lets_go_rss.py --update --no-llm --digest --skip-setup ``` ### 读取缓存报告(Bot 推送用,瞬间返回) ```bash python3 scripts/lets_go_rss.py --status ``` ### 查看订阅 ```bash python3 scripts/lets_go_rss.py --list python3 scripts/lets_go_rss.py --stats ``` ## Bot 推送最佳实践 **问题**:`--update` 需要 30-60 秒抓取全部订阅,Bot 定时任务可能超时。 **方案**:抓取和推送解耦——crontab 提前跑更新,Bot 只读缓存文件。 ### 稳定命令(推荐) ```bash # 后台更新(内置超时参数 + 并发防重入锁) ./scripts/run_update_cron.sh # Bot 推送只读缓存 ./scripts/run_status_push.sh ``` ```bash # crontab -e # 每 2 小时的 55 分更新(提前 5 分钟准备好数据) 55 */2 * * * cd /path/to/lets-go-rss && ./scripts/run_update_cron.sh >> /tmp/rss_cron.log 2>&1 # Bot 在整点读缓存推送(瞬间完成) 0 */2 * * * cd /path/to/lets-go-rss && ./scripts/run_status_push.sh ``` Bot 只需调用 `--status`,该命令直接读取 `assets/latest_update.md` 并输出内容,无需网络请求、无需等待。 ## 平台支持 | 平台 | 依赖 | 开箱即用 | |------|------|:--------:| | Vimeo | httpx | ✅ | | Behance | httpx | ✅ | | YouTube | yt-dlp | ✅ | | 微博 | RSSHub | ⚠️ 需配置 | | 抖音 | RSSHub | ⚠️ 需配置 | | B站 | RSSHub | ⚠️ 需配置 | | 小红书 | RSSHub | ⚠️ 实验性 | | Twitter/X | Syndication API | ✅ | | 知识星球 | pub-api (公开) | ✅ | ## 安装依赖 ```bash # 基础(YouTube + Vimeo + Behance) pip install httpx yt-...

Details

Author
ALBEDO-TABAI
Repository
ALBEDO-TABAI/lets-go-rss
Created
3 months ago
Last Updated
1 months ago
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

content-pipeline

内容生产和分发统一管线。素材收集→出稿→排版→封面→朋友圈文案→多平台转换→一键分发。涵盖公众号写作、小红书轮播图、即刻文案、播客音频、品牌视频、Chrome CDP 自动发布。

169 Updated 1 months ago
OrangeViolin
AI & Automation Featured

agent-reach

Give your AI agent eyes to see the entire internet. 17 platforms via CLI, MCP, curl, and Python scripts. Zero config for 8 channels. 【路由方式】SKILL.md 包含路由表和常用命令,复杂场景需按需阅读对应分类的 references/*.md。 分类:search / social (小红书/抖音/微博/推特/B站/V2EX/Reddit) / career(LinkedIn) / dev(github) / web(网页/文章/公众号/RSS) / video(YouTube/B站/播客). Use when user asks to search, read, or interact on any supported platform, shares a URL, or asks to search the web.

20,264 Updated 1 weeks ago
Panniantong
Code & Development Solid

video-copy-analyzer

视频文案分析一站式工具。下载在线视频(B站/YouTube/抖音等)、使用FunASR进行高速中文语音转录、 自动校正文稿、并进行三维度综合分析(TextContent/Viral/Brainstorming)。 使用场景:当用户需要分析短视频文案、提取视频内容、学习爆款文案技巧时。 关键词:视频分析、文案分析、语音转文字、FunASR、爆款分析、视频下载

176 Updated 3 months ago
ALBEDO-TABAI
Data & Documents Solid

openclaw-x

操控你的 X/Twitter 账号——查看时间线、搜索推文、发推、点赞、转推、收藏。

12 Updated 2 months ago
bosshuman
AI & Automation Solid

dingtalk-ai-web-search

网页搜索与实时信息检索。需要查找最新资讯、实时数据、技术文档、热点事件,或用户说"搜一下"、"帮我查"、"查资料"、"web search"等时使用。基于小宿AI智能搜索,支持关键词搜索、时间范围过滤(一天/一周/一月/一年)、自定义结果数量、JSON 输出。

47 Updated 1 months ago
breath57