定时检查频道更新,自动生成 Telegraph 文章推送。
直接发送 YouTube 频道链接给我,格式支持:
https://www.youtube.com/@usernamehttps://www.youtube.com/channel/CHANNEL_IDcat ~/.openclaw/workspace/youtube-channels.json
python3 ~/.openclaw/workspace/skills/youtube-channel-monitor/scripts/youtube-monitor.py
配置文件位于 ~/.openclaw/workspace/youtube-channels.json:
[
{"url": "https://www.youtube.com/channel/xxx", "name": "频道名称"}
]
在脚本中可调整:
MAX_SUBTITLE_RETRIES = 3 - 字幕检查重试次数PROXY - HTTP 代理地址TELEGRAM_CHANNEL - 推送目标频道yt-dlp - 视频信息获取youtube-transcript-api - 字幕提取requests - HTTP 请求共 1 个版本