Go ELO, is a simple program I started writting on the first day of WCC 2024(2024/11/25). After I got inspired by the brilliant performance of Ding Liren.
gelo simply retrieves the last xml list from FIDE and outputs a csv version of it, which greatly reduces the size of the file and makes parsing easier.
Given that the name field contains commas, the csv uses semi-colon(";") as a separator.
go run main.go
or
go build
./gelo
It generates an "output" directory with the extracted resources and a csv version of it.
gelo is MIT Licensed as you can see in LICENSE