PGŽ Sport Platform — Round 1+2 baseline (sport2.html + API)
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user