Skip to content

ZKAW/website-cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Basic website cloner

Description:

  • This script is a basic website cloner that downloads all the files from a website and saves them in a folder.
  • It works by scraping all the links on the page, save them locally, and replace them with the local path.

Usage:

python3 app.py <url>

More info:

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