This package implement a Web Site Cloner and his HTTP server to launch it.
Project description
WebSiteCloner
Description
This package implement a Web Site Cloner and his HTTP server to launch it.
Requirements
This package require :
- python3
- python3 Standard Library
Installation
pip install WebSiteCloner
Launcher
- Command line:
WebSiteCloner -r -d ClonedWebSites -D "localhost:8000" -f "logs.log" -l DEBUG -S http "https://www.google.com/"
WebClonerServer -f "logs.log" -S Apache -I "172.16.89.53" -H Set-Cookie:1278=1278,Set-Cookie:a=a,Test:haha -P 8000 "www.google.com"
- Python:
import WebSiteCloner
copy: WebSiteCloner.WebSiteCloner = WebSiteCloner.WebSiteCloner(
"https://www.google.com/",
recursive=True,
directory="ClonedWebSites",
replace_domain="localhost:8000",
replace_scheme="http",
loglevel=10,
logfile="logs.log",
)
copy.launch()
Links
- Github Page
- Code Documentation WebSiteCloner
- Code Documentation HTTPLogger
- Download as python executable
- Pypi page
Licence
Licensed under the GPL, version 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
WebSiteCloner-0.0.1.tar.gz
(19.4 kB
view details)
File details
Details for the file WebSiteCloner-0.0.1.tar.gz
.
File metadata
- Download URL: WebSiteCloner-0.0.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d8eb0f7efbadef421da3e2c9750bb2b3abc8cb50b267be541ebaf7abe6bfd1c |
|
MD5 | a24b619560dba91f65d46de910f2cd26 |
|
BLAKE2b-256 | 7ce31768e5ac4347665534b6aa1a31c61707309be2cd3ec18474feb33a7d74d7 |