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/klub_oib_enricher.py 2>&1 | tail -2
python3 /opt/pgz-sport/scrapers/clan_oib_enricher.py 2>&1 | tail -2
python3 /opt/pgz-sport/scrapers/sudreg_klub_search.py 2>&1 | tail -2
sleep 600
done