Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 269 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 269 Bytes

WebCrawler

A simple web crawler using python which uses urllib2 library to fetch html content,it uses queue data structure to store the child links of the seed or parent link and recursively traverses and saves html content according to the structure of the website.