[2026-05-15] claude_morning 구현

- 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>
This commit is contained in:
2026-05-15 13:54:01 +09:00
parent de37f0642c
commit d5ed9b3c48
3 changed files with 377 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
aiohttp==3.9.5
anthropic>=0.40.0
python-dotenv==1.0.1
APScheduler==3.10.4
beautifulsoup4==4.12.3