Meenapintu / Crawler

A web Crowler design , basic setup c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a crowler to download page and to do search on page .

run the source code using makefile .

for linux command to build is
		"make -f UNI_makefile"

#Use
./Crawler

then input url  ( like http://me.yehigo.com/)

then input 1  

then input 4 to save all links of url

for more follow cout output guide


or use  Makefile.win with some modification.

source code has necessary commenting and meaningfull naming 

About

A web Crowler design , basic setup c++

License:MIT License


Languages

Language:C++ 96.9%Language:C 3.1%