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>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"bot_token": "8517946013:AAEXI6uwhPJWD48arqrEQ591yRAkQ0xGryU",
|
||||
"chat_id": "8039713369",
|
||||
"note": "Erstelle einen eigenen Lotto-Bot mit @BotFather auf Telegram"
|
||||
},
|
||||
"email": {
|
||||
"enabled": false,
|
||||
"smtp_server": "smtp.gmail.com",
|
||||
"smtp_port": 587,
|
||||
"smtp_user": "",
|
||||
"smtp_password": "",
|
||||
"from_email": "",
|
||||
"to_email": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"telegram": {
|
||||
"enabled": false,
|
||||
"bot_token": "YOUR_BOT_TOKEN_HERE",
|
||||
"chat_id": "YOUR_CHAT_ID_HERE"
|
||||
},
|
||||
"email": {
|
||||
"enabled": false,
|
||||
"smtp_server": "smtp.gmail.com",
|
||||
"smtp_port": 587,
|
||||
"smtp_user": "your_email@gmail.com",
|
||||
"smtp_password": "your_app_password",
|
||||
"from_email": "your_email@gmail.com",
|
||||
"to_email": "recipient@example.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user