This project is currently used to read data from the PWHL's official stats website, parse it, and output text in Wikipedia table format. I use this to update the 2024 team season pages (e.g., 2024 PWHL Minnesota season).
This software is developed on a Mac.
Issuing the ./gradlew run
command will run the program, which will output both Skater and Goalie
stats for each team in the league.
I would also like to publicly acknowledge my friend, GeePaw Hill, for his help in working through some issues with building this software. For years, he has pushed me to continue my learning of Kotlin. More specifically to this project, he has been a knowledgeable sounding board when I have run into issues with the very inconsistent data returned by the PWHL official stats website.