Skip to content

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

Notifications You must be signed in to change notification settings

followthefourleafedclover/Web-Crawler-Python-Bs4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages