/Web-Crawler-Python-Bs4

A simple WebCrawler that returns title, keywords, and exports data as JSON. Made from scratch

Primary LanguagePython

WebCrawler

A simple WebCrawler that returns title, keywords, and exports data as JSON

*Args

  • target: url of the site[s] you want to crawl. For crawling more than one site, targets must be seperated by ,'s.
  • depth: this is the time complexity. i.e deeper the depth, more webpages the program crawls, and the greater time it takes. ( O(depth) ).

*Out

  • All data is exported to WebCrawler.json

Resources:

Additional Comments

  • I coded this from scratch after withnessing another individual create a Webcrawler in PHP. I am very pround of my work and hope to improve on it.