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
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
while true; do
python3 /opt/pgz-sport/scrapers/gov_hr_sport_scraper.py 2>&1 | tail -2
python3 /opt/pgz-sport/scrapers/sukob_sport_scraper.py 2>&1 | tail -2
python3 /opt/pgz-sport/scrapers/sport_federations_deep.py 2>&1 | tail -2
sleep 3600
done