Modify database settings in atpworldtour.py
host = "127.0.0.1"
port = 5432
db = "sport_matching"
user = "dev"
password = "dev"
./auto.sh
Download years to out/years.txt
./atpworldtour.py downloadYears
Must have downloaded years using above script $date: each line of out/years.txt
./download.sh downloadPlayers $date
Must have downloaded players using above script
./download.sh downloadPlayers $date