Skip to content

linuxmk/WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published