Generating Auto Completion Match Data
Overview
To generate completion data, there are two available methods:
QR Code Generation – Suitable when scouting devices have internet access.
Match Data File Generation – Useful when scouting devices do not have reliable internet access. The data is transferred manually via USB drives or similar methods.
Method 1: Generating a QR Code
This method allows scouting devices to receive match data through a QR code.
Steps:
Navigate to the
parsingdirectory:cd parsing
Run the match data script:
python GetMatchData.pySelect Method 1 (Use of QR Codes).
Enter the event key when prompted.
Enter the TBA API key when prompted.
A link to the generated QR code will be provided. Open the link and save the QR code onto your device.
Transfer the QR code to a mobile device for easy scanning.
Scan the QR code using the app on scouting devices.
Refer to Inputting Auto Completion Match Data for more details.
Method 2: Generating a File with Match Data
This method generates a JSON file with match data that can be transferred manually.
Steps:
Navigate to the
parsingdirectory:cd parsing
Run the match data script:
python GetMatchData.pySelect Method 2 (Generate File with Match Data).
Enter the event key when prompted.
Enter the TBA API key when prompted.
The match data file will be generated and saved on your computer.
Transfer the file to scouting devices using a USB drive or another method.
Load the file into the website.
Refer to Inputting Auto Completion Match Data for more details. for more details.