Skip to content

ProphetRu/WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper

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

Dependencies

Build local Windows/Linux

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 Release

Testing

ctest

Packages

 
 
 

Contributors