Files
opencode-skill/skills/alphaear-news/references/sources.md
Kunthawat Greethong 58f9380ec4 Import 9 alphaear finance skills
- alphaear-deepear-lite: DeepEar Lite API integration
- alphaear-logic-visualizer: Draw.io XML finance diagrams
- alphaear-news: Real-time finance news (10+ sources)
- alphaear-predictor: Kronos time-series forecasting
- alphaear-reporter: Professional financial reports
- alphaear-search: Web search + local RAG
- alphaear-sentiment: FinBERT/LLM sentiment analysis
- alphaear-signal-tracker: Signal evolution tracking
- alphaear-stock: A-Share/HK/US stock data

Updates:
- All scripts updated to use universal .env path
- Added JINA_API_KEY, LLM_*, DEEPSEEK_API_KEY to .env.example
- Updated load_dotenv() to use ~/.config/opencode/.env
2026-03-27 10:11:37 +07:00

27 lines
1.4 KiB
Markdown

# News Sources Reference
## Supported News Sources
| Source ID | Name | Category | Description |
|:----------|:-----|:---------|:------------|
| `cls` | 财联社 | Finance | Real-time financial news, focus on A-shares and macro. |
| `wallstreetcn` | 华尔街见闻 | Finance | Global markets, macroeconomics, and detailed analysis. |
| `xueqiu` | 雪球热榜 | Finance | Community-driven stock discussions and hot topics. |
| `weibo` | 微博热搜 | General | Trending social topics, good for public sentiment. |
| `zhihu` | 知乎热榜 | General | In-depth discussions and Q&A on trending topics. |
| `baidu` | 百度热搜 | General | General public search trends. |
| `toutiao` | 今日头条 | General | Algorithmic news recommendations. |
| `douyin` | 抖音热榜 | General | Short video trends (titles only). |
| `thepaper` | 澎湃新闻 | General | Serious journalism and current affairs. |
| `36kr` | 36氪 | Tech | Startup, venture capital, and tech industry news. |
| `ithome` | IT之家 | Tech | Consumer electronics and tech gadgets. |
| `v2ex` | V2EX | Tech | Developer community trends. |
| `juejin` | 掘金 | Tech | Developer blogs and tutorials. |
| `hackernews` | Hacker News | Tech | Global tech and startup news (English). |
## Polymarket
- **Base URL**: `https://gamma-api.polymarket.com`
- **Data**: Prediction markets (e.g., "Will Fed cut rates?").
- **Usage**: Use `get_active_markets` to retrieve top active markets by volume.