PGŽ Sport Platform — Round 1+2 baseline (sport2.html + API)

This commit is contained in:
Damir Radulić
2026-05-04 23:39:08 +02:00
commit a7ec0a86be
1820 changed files with 694455 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
while true; do
echo "[$(date)] PGŽ deep cycle"
python3 /opt/pgz-sport/scrapers/pgz_sport_deep.py 2>&1 | tail -2
python3 /opt/pgz-sport/scrapers/rijeka_sport_scraper.py 2>&1 | tail -2
python3 /opt/pgz-sport/scrapers/rss_rijeka_scraper.py 2>&1 | tail -2
sleep 1800
done