AI-powered stock news tracker for retail investors.
- Fetch 100+ articles per stock from Google News + SEC EDGAR
- Semantic deduplication with Claude
- LLM scoring by stock impact
- Email briefs with thesis hits
- History tracking to avoid duplicates
- Support for Claude, Gemini, and GPT-4 APIs
- Clone:
git clone https://github.com/YOUR_USERNAME/stock-scout.git - Install:
pip install -r requirements.txt - Configure: Copy
.env.exampleto.envand add your API keys - Run:
streamlit run app.py
- Google (Gemini): https://aistudio.google.com/app/apikey (FREE)
- Anthropic (Claude): https://console.anthropic.com/settings/keys
- OpenAI (GPT-4): https://platform.openai.com/api-keys
- Go to Setup page and create your portfolio
- Go to Run Tracker and click "Run Pipeline"
- Review results and send email
MIT EOF