Install
openclaw skills install shenmeng-social-sentiment-monitor社交媒体舆情监控助手 - 实时监控Twitter、Reddit等平台的加密货币讨论、情绪分析和热点追踪。 当用户需要以下功能时触发此skill: (1) 监控特定代币或项目的社交媒体讨论热度 (2) 分析社区情绪变化(看涨/看跌/恐慌/FOMO) (3) 追踪KOL和大V的发言动向 (4) 发现 viral 内容...
openclaw skills install shenmeng-social-sentiment-monitor💰 本 Skill 已接入 SkillPay 付费系统
- 每次调用费用:0.01 USDT
- 支付方式:BNB Chain USDT
- 请先确保账户有足够余额
社交媒体舆情监控助手 — 读懂市场的声音
# 1. 监控代币情绪
python scripts/token_sentiment.py --token ETH --platforms twitter,reddit
# 2. 追踪热点话题
python scripts/trending_topics.py --keywords "以太坊,ETH,合并" --hours 24
# 3. 监控KOL发言
python scripts/kol_monitor.py --handle @VitalikButerin --alert-on-post
# 4. 负面舆情预警
python scripts/fud_detector.py --token BTC --threshold 70
# 5. 生成舆情报告
python scripts/sentiment_report.py --token SOL --days 7
# 6. 启动全面监控
python scripts/sentiment_daemon.py --config config.yaml
# config/sentiment_monitor.yaml
monitoring:
# 监控的代币
tokens:
- symbol: ETH
name: Ethereum
keywords: ["ethereum", "eth", "ether"]
alert_threshold: 70
- symbol: BTC
name: Bitcoin
keywords: ["bitcoin", "btc"]
alert_threshold: 75
# 监控的平台
platforms:
twitter:
enabled: true
min_followers: 1000
languages: ["en", "zh"]
reddit:
enabled: true
subreddits: ["CryptoCurrency", "ethfinance", "Bitcoin"]
telegram:
enabled: false
# KOL监控列表
kols:
- handle: "@VitalikButerin"
name: "Vitalik Buterin"
weight: 10
- handle: "@cz_binance"
name: "CZ"
weight: 9
# 情绪分析设置
sentiment:
bullish_threshold: 65
bearish_threshold: 35
extreme_fomo: 85
extreme_fud: 15
# 通知设置
notifications:
telegram:
enabled: true
bot_token: ${TELEGRAM_BOT_TOKEN}
chat_id: ${TELEGRAM_CHAT_ID}
discord:
enabled: true
webhook_url: ${DISCORD_WEBHOOK_URL}
# 检查间隔(分钟)
interval: 15
分析特定代币的整体情绪
# 分析ETH情绪
python scripts/token_sentiment.py --token ETH
# 指定平台
python scripts/token_sentiment.py --token BTC --platforms twitter
# 历史分析
python scripts/token_sentiment.py --token SOL --days 7
发现和追踪热点话题
# 追踪关键词
python scripts/trending_topics.py --keywords "空投,airdrop" --hours 24
# 发现新兴话题
python scripts/trending_topics.py --discover --top-n 10
监控KOL发言
# 监控特定KOL
python scripts/kol_monitor.py --handle @VitalikButerin
# 监控列表中的KOL
python scripts/kol_monitor.py --watchlist --config kols.yaml
检测负面舆情
# 监控BTC负面信息
python scripts/fud_detector.py --token BTC
# 设置敏感度
python scripts/fud_detector.py --token ETH --sensitivity high
发现病毒式传播内容
# 发现热门推文
python scripts/viral_content.py --platform twitter --min-likes 1000
# 追踪传播路径
python scripts/viral_content.py --track tweet_id
生成舆情报告
# 生成周报
python scripts/sentiment_report.py --token ETH --days 7 --output report.pdf
# 对比多个代币
python scripts/sentiment_report.py --compare ETH,BTC,SOL --days 30
守护进程模式
# 启动监控
python scripts/sentiment_daemon.py --config config.yaml
# 后台运行
python scripts/sentiment_daemon.py --daemon
| 平台 | 数据源 | 限制 |
|---|---|---|
| Twitter API v2 | 1500 tweets/month (免费) | |
| PRAW | 60 requests/minute | |
| LunarCrush | LunarCrush API | 有限免费额度 |
| Santiment | Santiment API | 部分指标免费 |
| 平台 | 价格 | 特点 |
|---|---|---|
| Twitter API Basic | $100/month | 10K tweets/month |
| Twitter API Pro | $5000/month | 1M tweets/month |
| LunarCrush Pro | $49/month | 完整社交数据 |
| Santiment | €49/month | 链上+社交数据 |
⚠️ 本工具仅供信息参考,不构成投资建议
倾听市场的声音,但保持独立思考。