Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 250 Bytes

WebScraper

Simple web scraper in c++ using curl and libxml2 libraries.

Compile

  • Linux g++ main.cpp scraper.cpp -pthread -std=c++11 -o webScraper $(pkg-config --cflags --libs libxml-2.0 libcurl)

  • Windows I need to find a Windows Machine