Skip to content

mrinal-pandey/web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-crawler

A minimalistic web crawler written in C

To crawl any URL using this crawler

  1. Clone the repository
  2. Run the Makefile
  3. Crawl a URL by running a.out as ./a.out <URL to crawl>

See the list of URL(s) present on the site!

Crawler Log

  • All the log information regarding the crawler is stored in `.logfile` at your specified location.
  • Update the `log_file_path` in `logger.c` to point to the location(relative to home directory) where you wish to see the logs.
  • If you don't wish to see the logs, leave the `logger.c` file as it is and ignore the warning issued regarding creation of log file

About

A minimalistic web crawler written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published