Skip to content

ZKAW/website-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Recursive website crawler

Description:

  • It is a recursive crawler that explores and returns all links on a website.
  • It works by scraping all the links on the page. Then, it scraps all the links on the scraped links.

Usage:

python3 website_crawler.py <url>

More info:

  • In order to use the tor network, you need to download the tor package and start the tor service.