Skip to content

Sport-Matching/atpdump

Repository files navigation

Sport-Matching dump script

Configure

Modify database settings in atpworldtour.py

host = "127.0.0.1"
port = 5432
db = "sport_matching"
user = "dev"
password = "dev"

Automatic dump

./auto.sh

Download years

Download years to out/years.txt

./atpworldtour.py downloadYears

Download players

Must have downloaded years using above script $date: each line of out/years.txt

./download.sh downloadPlayers $date

Download matches

Must have downloaded players using above script

./download.sh downloadPlayers $date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published