Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Crawler for C

Pareses the webpage of a given URL, extracts any embedded URLs, then retrieves each page recursively, but limits its exploration to a given depth.

Directions:

Make sure to have libcurl library installed.

  • sudo apt install libcurl4-gnutls-dev
    

Create a folder that will store all the web pages extracted by the crawler

Makefile is already given. Therefore, type make to compile

  •  make
    

To execute

  •  ./crawler url folder_name depth_number
    

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages