Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 543 Bytes

Web Crawler

This is a C++ program that implements a web crawler. It uses the libcurl library for making HTTP requests and the Gumbo HTML parsing library for extracting information from HTML documents.

Installation

  1. Clone the repository:

    git clone https://github.com/Intina47/EE_error.git
    
  2. Install the required dependencies. Make sure you have libcurl and Gumbo installed on your system.

  3. Build the project using a C++ compiler

    make
    
  4. Run the executable

    ./crawler