Improve Telegram notifications and fix data paths

- Enhanced Telegram message format to show TOP 3 by Confidence AND Quality
- Added average statistics (Confidence & Quality) to notifications
- Fixed hardcoded iCloud path in generator (now uses --data-dir parameter)
- Updated AlleEurojackpotzahlen.csv with latest draw (Jan 9)
- Added run_update_and_learn.sh wrapper script
- Created com.eurojackpot.update.plist for automated updates

Benefits:
- Better tip selection with dual metrics visibility
- Generator now works with correct project paths
- More robust automation setup

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 10:48:15 +01:00
co-authored by Claude Sonnet 4.5
parent 6f7276276d
commit ca003e44b7
6 changed files with 116 additions and 15 deletions
+1
View File
@@ -914,3 +914,4 @@ datum;Z1;Z2;Z3;Z4;Z5;SZ1;SZ2
2025-12-26;15;21;26;29;42;4;12
2026-01-02;10;15;29;34;38;2;9
2026-01-06;21;23;30;33;38;8;12
2026-01-09;1;17;19;25;41;6;12
1 datum Z1 Z2 Z3 Z4 Z5 SZ1 SZ2
914 2025-12-26 15 21 26 29 42 4 12
915 2026-01-02 10 15 29 34 38 2 9
916 2026-01-06 21 23 30 33 38 8 12
917 2026-01-09 1 17 19 25 41 6 12
@@ -125,6 +125,13 @@
"file": "weekly_tips_20260108_090029.csv",
"avg_confidence": 0.49425787623829,
"avg_quality": 0.6145839981272502
},
{
"timestamp": "2026-01-12T21:00:15.818890",
"num_tips": 10,
"file": "weekly_tips_20260112_210015.csv",
"avg_confidence": 0.49425787623829,
"avg_quality": 0.6145839981272502
}
]
}