Implement a multi-stage pipeline to discover trending stocks from news: - Entity extraction from news articles using LLM - Stock ticker resolution via Yahoo Finance - Sector classification and event categorization - Scoring algorithm based on mentions, sentiment, and recency - CLI integration with interactive stock selection and analysis flow - Persistence layer for saving discovery results - Comprehensive test suite for all discovery components Update README with uv-based installation instructions and remove emojis. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| sector_classifier.py | ||
| stock_resolver.py | ||