Contains a script that can import and convert Webscorer race seed results to a format parsable by HyTek Meet Manager. The script does no error checking, and its output should be transparent to the input. All errors should be reported by HyTek Meet Manager on import and will not be caught or mitigated by this script. GitHub link
- Create a Replit account and get an invite from Adam Engst.
- Export registrations as a tab-delimited text file from Webscorer and upload to Replit.
- Open
WebscorerToHytek.pyin the left pane, and enter the following as the Run Command:wherepython WebscorerToHytek.py --webscorer WEBSCORER_EXPORT --hytek OUTPUT_FILEWEBSCORER_EXPORTis the file exported from Webscorer, andOUTPUT_FILEis the file that will be created in HyTek format. If--hytekisn't specified, the output will beWEBSCORER_EXPORT_hytek.txt.
git clone https://github.com/adamengst/hytek-import; cd hytek-import
python WebscorerToHytek.py --webscorer WEBSCORER_EXPORT --hytek OUTPUT_FILE
- Required keys are:
Last nameFirst nameGender—onlyMaleandFemaleare options 😠Team Name—defaults toUnattachedTeam Code—at most four characters, defaults toUNAAgeEmail
- In Webscorer, event titles must be of the form
event_time/distance_metric/english_EVENTNAME, eg.event_time_metric_100morevent_time_english_1MILEorevent_distance_english_LJ. EVENTNAMEmust be a valid event in HyTek. If this isn't the case, the HyTek import will throw an error.
- none right now :-)