alphaear-news
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAlphaEar News Skill
AlphaEar News Skill
Overview
概述
Fetch real-time hot news, generate unified trend reports, and retrieve Polymarket prediction data.
获取实时热门新闻、生成统一趋势报告,并检索Polymarket预测数据。
Capabilities
功能
1. Fetch Hot News & Trends
1. 获取热门新闻与趋势
Use via .
scripts/news_tools.pyNewsNowTools- Fetch News:
fetch_hot_news(source_id, count)- See sources.md for valid s (e.g.,
source_id,cls).weibo
- See sources.md for valid
- Unified Report:
get_unified_trends(sources)- Aggregates top news from multiple sources.
通过调用。
NewsNowToolsscripts/news_tools.py- 获取新闻:
fetch_hot_news(source_id, count)- 有效可查看sources.md(例如:
source_id、cls)。weibo
- 有效
- 统一报告:
get_unified_trends(sources)- 聚合多个来源的头条新闻。
2. Fetch Prediction Markets
2. 获取预测市场数据
Use via .
scripts/news_tools.pyPolymarketTools- Market Summary:
get_market_summary(limit)- Returns a formatted report of active prediction markets.
通过调用。
PolymarketToolsscripts/news_tools.py- 市场摘要:
get_market_summary(limit)- 返回活跃预测市场的格式化报告。
Dependencies
依赖项
- ,
requestsloguru - (Local DB)
scripts/database_manager.py
- 、
requestsloguru - (本地数据库)
scripts/database_manager.py