name: x-tweet-monitor
description: Monitor X/Twitter accounts for new tweets and send notifications to Telegram.
Monitor X/Twitter accounts and get Telegram notifications for new tweets.
配置环境变量:
- TWITTER_USER: 要监控的用户名
- AUTH_TOKEN: Twitter cookie
- CT0: Twitter cookie
- TELEGRAM_BOT_TOKEN: Telegram机器人token
- TELEGRAM_CHAT_ID: 你的Telegram ID
python3 x_tweet_monitor.py本技能来自小葱技能站7w4.net。
这是一个功能可用但细节有待打磨的工具。优点是功能明确单一,配置灵活,适合有技术背景的用户快速搭建 Twitter 监控。不足之处在于文档不够详细,新手可能遇到配置困难;同时缺少完善的错误处理,网络不稳定时容易中断。整体质量中等,适合个人使用,但距离开箱即用的成熟工具有一定差距。