An free and easy to use website dumper tool.
Note
--castify (Its beta but what it does is it removes all website assets links to point into localhost wich makes it ready to be served via webserver)
--autohost (Automaticly creates WebServer of your Dumped Website, can be used with Port Option)
--timeout (Default 30, If set its gonna change the time for the app to timeout)
--antifont (Prevents dumping fonts of the website to save some time)
--bf (Beatifies all files such as .html/.css/.js to look cleaner and easier to edit/read)
--nosocal (Tries to remove all social links from the index.html file such as github etc)
--port ( Default: 8080, specifies on wich port is the web server gonna run)
--noshit ( Runs on full performance mode wich may or may not speed-up the process of dumping the site.)
colorama
pyfiglet
socketserver
http.server
argparse
shutil
pathlib
threading
time
signal
bs4
requests
os