Documentation
README
Hot Monitor — AI 热点监控技能
Search and analyze trending topics across 8+ sources without any server or database. Scripts handle data collection; use your own AI capabilities for analysis.
Quick Start
All scripts are in scripts/. Install dependencies first:
pip install requests beautifulsoup4
Set optional env vars for Twitter (other sources need no keys):
export TWITTER_API_KEY=your_key # optional, for Twitter search
Core Workflow
1. Understand User Intent
Determine what the user needs:
- Broad discovery: "最近AI有什么热点" → search multiple sources with broad keywords
- Specific tracking: "帮我关注GPT-5动态" → targeted search with specific keyword
- Report generation: "生成今日热点报告" → full pipeline + formatted output
2. Execute Search
This is the opening of the README. Read the full README on GitHub.