Files
Lotto-Tip-Generator/logs/crontab_backup_20251128_081956.txt
cbazzaandClaude Sonnet 4.5 f6106b8333 Initial commit: Lotto number generator project
This project includes multiple AI/ML-based lottery number generators for
German Lotto 6aus49, including pattern analysis, weighted predictions,
and hybrid approaches. Features automated weekly tip generation,
performance tracking, and Telegram bot integration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-16 14:47:59 +01:00

10 lines
1.1 KiB
Plaintext

# ========== EUROJACKPOT AUTOMATION ==========
# Generiert am: 2025-11-26 12:25:03
# Korrigiert am: 2025-11-27 - Direkte Python-Aufrufe statt venv activation
# Montag & Donnerstag 09:00: Tipps generieren (vor Ziehung)
0 9 * * 1,4 cd "/Users/sebastianfrohlich/Library/Mobile Documents/com~apple~CloudDocs/Jupyter Notebooks/Eurojackpot" && /Users/sebastianfrohlich/Library/Mobile\ Documents/com~apple~CloudDocs/Jupyter\ Notebooks/Eurojackpot/venv/bin/python scripts/automation/weekly_tip_generator.py >> "/Users/sebastianfrohlich/Library/Mobile Documents/com~apple~CloudDocs/Jupyter Notebooks/Eurojackpot/logs/tips_generation.log" 2>&1
# Dienstag & Freitag 21:00: Update & Learning (nach Ziehung)
0 21 * * 2,5 cd "/Users/sebastianfrohlich/Library/Mobile Documents/com~apple~CloudDocs/Jupyter Notebooks/Eurojackpot" && /Users/sebastianfrohlich/Library/Mobile\ Documents/com~apple~CloudDocs/Jupyter\ Notebooks/Eurojackpot/venv/bin/python scripts/automation/auto_update_and_learn.py >> "/Users/sebastianfrohlich/Library/Mobile Documents/com~apple~CloudDocs/Jupyter Notebooks/Eurojackpot/logs/auto_update.log" 2>&1