This gets the latest dataset from data.ppy.sh, unzips it and converts the many sql files into csv files.
Clone the repo:
git clone https://github.com/MBmasher/get-performance-data
cd get-performance-data
You can update the repo by running the following command:
git pull
Run the following command to execute the Makefile:
make
Simply run this command from the repo directory to run the script:
./get_performance_data.py
Add the parameter -h
to get help on how to use the parameters.