A CLI tool to convert Avogadro result tables to the sciolyff YAML format
- Ensure you have Go 1.23 installed
- Clone this repo
- To generate a binary for your specific machine, run
go build
- Alternatively, run
go run
to run the program without producing a binary
Download and convert Illinois 2024 State tournament results and outputing it to file named 2024-il-state-c.yaml
:
avocado2sciolyff -iO https://web.archive.org/web/20240421152458/https://app.avogadro.ws/il/uiuc-state-c/results/overall -iG https://web.archive.org/web/20240421153054/https://app.avogadro.ws/il/uiuc-state-c/results/groups --output 2024-il-state-c.yaml
Converting Illinois 2024 State tournament results from local file and outputing it to file named 2024-il-state-c.yaml
:
avocado2sciolyff -iO "2024 University of Illinois Urbana Champaign State (Div. C).html" -iG "Scores by Group - Illinois_ University of Illinois Urbana Champaign State (Div. C).html" --output 2024-il-state-c.yaml
You will be prompted to fill out additional information regarding event trialing and tournament metadata.
For additional help on options and flags, you can run avocado2sciolyff --help