- Update plist to use new project path structure - Simplify plist by removing comments - Add run_tip_generator.sh script for easier execution - Update data directory path in weekly_tip_generator.py - Add generated weekly tips from 2026-01-08 - Update generation history with latest run Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
cd "/Users/sebastianfrohlich/Projekte/Eurojackpot"
|
|
source venv/bin/activate
|
|
python scripts/automation/weekly_tip_generator.py
|