HLTV Top 30 rank analysis tool
I have posted the results of this here.
This was just a very quick fun project involving HTML parsing in C, something I have not done too much with, but I am interesting in learning more into networking and webserver design, so I thought this would be a fun project.
This project depends on the curl library, which is installed by default on macOS, and can be obtained with the following command under Ubuntu Linux:
sudo apt install libcurl-dev