with one click
telegram-bobo
获取 Telegram 勃勃投资群聊天记录并用 AI 总结。支持时间范围和话题过滤。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
获取 Telegram 勃勃投资群聊天记录并用 AI 总结。支持时间范围和话题过滤。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
火山引擎语音识别 - 将音频/视频转文字,支持长音频分段识别。
Use when publishing an Obsidian plugin to the community plugin store, creating GitHub Releases for Obsidian plugins, or submitting PRs to obsidianmd/obsidian-releases
一键部署静态网站到 Vercel 和 Cloudflare Pages。支持 HTML/React/Vue 等任意静态项目。
将 Expo/React Native 项目通过 EAS Build 构建 iOS 包并提交到 TestFlight。支持从零配置 EAS、构建、提交全流程。
综合画图工具 - AI 生图 (Nanobanana/Gemini) + 图片后处理(拼接/抠图/圆形裁剪/合成)。支持中英文自然语言画图。
统一搜索与抓取能力层 - 整合所有外部信息获取接口(搜索、抓取、下载)
| name | telegram-bobo |
| description | 获取 Telegram 勃勃投资群聊天记录并用 AI 总结。支持时间范围和话题过滤。 |
获取 Telegram "勃勃的美股投资日报会员群" 的聊天记录,并使用 AI 总结。
当用户想要获取勃勃投资群消息时:
pip install telethon pytz requests
python3 ~/.claude/skills/telegram-bobo/scripts/login.py
输入收到的验证码完成登录,之后 session 会保存下来。
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py
# 最近 2 小时
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --hours 2
# 最近 24 小时
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --hours 24
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --list-topics
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --topic "美股"
~/Downloads/telegram_bobo/bobo_YYYYMMDD_HHMM.txt~/Downloads/telegram_bobo/bobo_YYYYMMDD_HHMM_summary.md每小时自动获取,添加 crontab:
crontab -e
添加:
0 * * * * /usr/bin/python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py >> ~/Downloads/telegram_bobo/cron.log 2>&1
Telegram API 凭证已内置:
Session 文件位置: ~/.claude/skills/telegram-bobo/session/
首次运行会自动从 ~/usr/projects/broker/session_name.session 复制现有 session。