telegram-reader
适合做金融舆情与频道历史抓取的只读数据源。
运行依赖第三方 tdl 并需登录 Telegram,会使用外部网络与账号凭证。
使用 tdl 读取 Telegram 频道/群组的金融新闻与消息导出(只读)。
用 tdl 只读地读取 Telegram 频道与群组信息,方便导出消息、列出聊天或在金融/加密群里检索新闻与信号。适合做市场情报、追踪讨论或把重要消息导出保存分析。同样只读,不会发送消息或加入/退出群组,保证不会误操作账户。
▸ 展开 SKILL.md 英文原文
Read Telegram channels and groups for financial news and market research using tdl (read-only). Use this skill whenever the user wants to read Telegram channels, export messages from financial Telegram groups, list their Telegram chats, search for news in Telegram channels, or gather market intelligence from Telegram. Triggers include: "check my Telegram", "read Telegram channel", "Telegram news", "what's new in my Telegram channels", "export messages from", "list my Telegram chats", "financial news on Telegram", "crypto Telegram", "market news Telegram", any mention of Telegram in context of reading financial news, crypto signals, or market research. This skill is READ-ONLY — it does NOT support sending messages, joining channels, or any write operations.
帮我安装这个 skill:https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/social-readers/skills/telegram-reader/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/social-readers/skills/telegram-reader/SKILL.md"# Telegram News Skill (Read-Only) Reads Telegram channels and groups for financial news and market research using [tdl](https://github.com/iyear/tdl), a Telegram CLI tool. **This skill is read-only.** It is designed for financial research: reading channel messages, monitoring financial news channels, and exporting message history. It does NOT support sending messages, joining/leaving channels, or any write operations. --- ## Step 1: Ensure tdl Is Installed **Current environment status:** ``` !`(command -v tdl && tdl version 2>&1 | head -3 || echo "TDL_NOT_INSTALLED") 2>/dev/null` ``` If the status above shows a version number, tdl is installed — skip to Step 2. If `TDL_NOT_INSTALLED`