d5ed9b3c48
- app/ai/morning.py: 장전 분석 스크립트 신규 추가 - 네이버 금융 뉴스 크롤링 (BeautifulSoup) → data/news/날짜.json - KIS API 거래량순위/외국인수급/업종동향 수집 → data/market/날짜.json - Claude AI 분석 → data/daily_context.json 생성 - Discord 분석 요약 전송 - app/main.py: 08:30 타임슬롯에 claude_morning 연결 - app/requirements.txt: anthropic>=0.40.0 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
aiohttp==3.9.5
|
|
anthropic>=0.40.0
|
|
python-dotenv==1.0.1
|
|
APScheduler==3.10.4
|
|
beautifulsoup4==4.12.3
|
|
redis==5.0.7
|
|
streamlit==1.36.0
|
|
pandas==2.2.2
|
|
numpy==1.26.4
|