배당 없이 순수 AI 데이터 기반으로 한국 프로토 14경기를 분석하고 텔레그램으로 자동 알림
- 배당 의존 탈피: 북메이커가 정한 확률이 아닌, AI가 순수 데이터로 직접 확률 계산
- 14경기 전체 맞추기: ALL or NOTHING 시스템에서 이변 감지가 핵심
- 자동화: 축구 승무패 / 농구 승5패 분석 → 텔레그램 자동 알림
| 게임 | 경기 수 | 결과 | 특징 |
|---|---|---|---|
| 축구 승무패 | 14경기 | 승/무/패 | 복수 베팅 가능 |
| 농구 승5패 | 14경기 | 승/5/패 | 점수차 5점 기준 |
# .env 파일 생성
cat > .env << 'EOF'
DATABASE_URL=postgresql+asyncpg://postgres:yourpassword@localhost/sports_analysis
OPENAI_API_KEY=sk-your-key
TELEGRAM_BOT_TOKEN=your-bot-token
TELEGRAM_CHAT_ID=your-chat-id
KSPO_TODZ_API_KEY=your-kspo-key
KSPO_TODZ_API_BASE_URL=https://apis.data.go.kr/B551014/SRVC_OD_API_TB_SOSFO_MATCH_MGMT
EOF# 농구 승5패 분석 + 텔레그램 전송
python basketball_w5l_notifier.py
# 축구 승무패 분석
python collect_and_notify.py --soccer
# 테스트 모드 (전송 안함)
python basketball_w5l_notifier.py --testpython -m uvicorn src.api.unified_server:app --reload --port 8000🏀 *농구토토 승5패 46회차*
━━━━━━━━━━━━━━━━━━━━━━━━
01. 울산현대모비스 vs 수원KT소닉붐
🔒 [승] (52%)
08. 미네소타팀버울 vs 뉴욕닉스
⚠️ [5/패] (40%/30%)
━━━━━━━━━━━━━━━━━━━━━━━━
📝 *단식 정답*
`1:승 2:승 3:5 4:승 5:승 6:승 7:승`
`8:5 9:승 10:승 11:승 12:승 13:패 14:승`
🎰 *복식 4경기* (총 16조합)
08번 미네소타팀버 vs 뉴욕닉스 → 5/패
━━━━━━━━━━━━━━━━━━━━━━━━
| 파일 | 역할 |
|---|---|
basketball_w5l_notifier.py |
농구 승5패 분석 + 텔레그램 |
basketball_w5l_analyzer.py |
농구 승5패 확률 계산 엔진 |
collect_and_notify.py |
통합 데이터 수집 + 알림 |
CLAUDE.md |
AI 작업자 가이드 (필독) |
CLAUDE.md - 프로젝트 방향성, 핵심 로직, 규칙 상세 설명
버전: 3.2.1 | 업데이트: 2026-01-05 | 배포: 한국 서버 (141.164.55.245)