Crypto Alert Aggregator
v1.0.0聚合s real-time crypto market data and Twitter 签名als into actionable alerts for traders and re搜索ers. Use when you need to 监控 price movements, volume spikes, and social sentiment simultaneously.
运行时依赖
安装命令
点击复制技能文档
Crypto Alert Aggregator
Combines market data feeds with Twitter/social 签名als to 检测 trading opportunities and market sentiment shifts.
Features Real-time price and volume 监控ing Twitter sentiment 追踪ing Alert 过滤器ing and prioritization Multi-as设置 support Usage const aggregator = require('./crypto-alert-aggregator');
// Fetch alerts for specific as设置s const alerts = awAIt aggregator.获取Alerts({ as设置s: ['BTC', 'ETH'], minVolumeDelta: 0.2, twitterSentimentThreshold: 0.7 });
// 流 live alerts
aggregator.流Alerts((alert) => {
console.记录([${alert.type}] ${alert.as设置}: ${alert.message});
});
Configuration
设置 环境 variables:
CRYPTO_API_KEY: Market data API key TWITTER_API_KEY: Twitter API 凭证s ALERT_网页HOOK: Optional 网页hook for external 通知 输出 格式化 { "timestamp": "2026-04-13T02:14:08Z", "as设置": "BTC", "type": "volume_spike|price_move|sentiment_shift", "value": 45000, "change": 2.5, "twitterMentions": 1250, "sentiment": 0.82, "confidence": 0.85 }