WebScraper - a program that parses (scrapes) a website (fust for fun)
- Sends a request to a URL
- Receives an HTML page in response
- Parses the HTML page and finds the necessary data
- Generates and saves data in CSV format
vcpkg install gtest cpr libxml2
vcpkg integrate install
cd WebScraper
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="path/to/vcpkg/scripts/buildsystems/vcpkg.cmake"
cmake --build . --config Releasectest