Commit Graph

2 Commits

Author SHA1 Message Date
whdwo798 f4574ce6be [2026-05-15] claude_morning 재설계 - Claude Code headless 방식으로 변경
- morning.py: AI 분석 제거, 데이터 수집 전용으로 단순화
  (뉴스 크롤링 + KIS 수급 수집 → 파일 저장)
- main.py: morning 관련 잘못된 연결 제거
- requirements.txt: anthropic 제거 (Claude Code 자체가 AI)
- ~/.claude/commands/morning.md: /morning 슬래시 커맨드 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 13:58:16 +09:00
whdwo798 d5ed9b3c48 [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>
2026-05-15 13:54:01 +09:00