- Enhanced Telegram message format to show TOP 3 by Confidence AND Quality - Added average statistics (Confidence & Quality) to notifications - Generated new tips with updated data (3,090 draws, latest: Jan 10) - Added run_update_and_learn.sh wrapper script - Created com.lotto.update.plist for automated updates - Updated AlleLottozahlen.csv with latest draws Benefits: - Better tip selection with dual metrics visibility - Clearer understanding of tip performance - More informed decision-making for users Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>com.lotto.update</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto/run_update_and_learn.sh</string>
|
|
</array>
|
|
|
|
<key>StartCalendarInterval</key>
|
|
<array>
|
|
<dict>
|
|
<key>Weekday</key>
|
|
<integer>3</integer>
|
|
<key>Hour</key>
|
|
<integer>20</integer>
|
|
<key>Minute</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
<dict>
|
|
<key>Weekday</key>
|
|
<integer>6</integer>
|
|
<key>Hour</key>
|
|
<integer>20</integer>
|
|
<key>Minute</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
</array>
|
|
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto</string>
|
|
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto/logs/update_stdout.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto/logs/update_stderr.log</string>
|
|
|
|
<key>RunAtLoad</key>
|
|
<false/>
|
|
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>PATH</key>
|
|
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
|
<key>LANG</key>
|
|
<string>de_DE.UTF-8</string>
|
|
</dict>
|
|
|
|
<key>LaunchOnlyOnce</key>
|
|
<false/>
|
|
|
|
<key>Nice</key>
|
|
<integer>10</integer>
|
|
</dict>
|
|
</plist>
|