@ -0,0 +1,2 @@
config.json
matches.json
@ -0,0 +1,6 @@
#!/bin/bash
while true; do
./parser.py
sleep 600
done