{"id":20292475,"url":"https://github.com/mauricelambert/websitecloner","last_synced_at":"2026-05-30T21:31:37.718Z","repository":{"id":62588571,"uuid":"344924598","full_name":"mauricelambert/WebSiteCloner","owner":"mauricelambert","description":"This package implement a Web Site Cloner and his HTTP server to launch it.","archived":false,"fork":false,"pushed_at":"2021-03-05T21:32:17.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T09:03:54.498Z","etag":null,"topics":["clone","pypi-package","python3","security","website"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-05T20:19:31.000Z","updated_at":"2021-03-05T21:32:19.000Z","dependencies_parsed_at":"2022-11-03T17:52:47.846Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/WebSiteCloner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWebSiteCloner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWebSiteCloner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWebSiteCloner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWebSiteCloner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/WebSiteCloner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787485,"owners_count":20020101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clone","pypi-package","python3","security","website"],"created_at":"2024-11-14T15:17:25.153Z","updated_at":"2026-05-30T21:31:37.702Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSiteCloner\r\n\r\n## Description\r\nThis package implement a Web Site Cloner and his HTTP server to launch it.\r\n\r\n## Requirements\r\nThis package require :\r\n - python3\r\n - python3 Standard Library\r\n\r\n## Installation\r\n```bash\r\npip install WebSiteCloner\r\n```\r\n\r\n## Launcher\r\n\r\n - Command line:\r\n ```bash\r\n WebSiteCloner -r -d ClonedWebSites -D \"localhost:8000\" -f \"logs.log\" -l DEBUG -S http \"https://www.google.com/\"\r\n 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\"\r\n ```\r\n\r\n - Python:\r\n ```python\r\n import WebSiteCloner\r\n copy: WebSiteCloner.WebSiteCloner = WebSiteCloner.WebSiteCloner(\r\n     \"https://www.google.com/\",\r\n     recursive=True,\r\n     directory=\"ClonedWebSites\",\r\n     replace_domain=\"localhost:8000\",\r\n     replace_scheme=\"http\",\r\n     loglevel=10,\r\n     logfile=\"logs.log\",\r\n )\r\n copy.launch()\r\n ```\r\n\r\n## Links\r\n - [Github Page](https://github.com/mauricelambert/WebSiteCloner)\r\n - [Code Documentation WebSiteCloner](https://mauricelambert.github.io/info/python/security/WebSiteCloner/WebSiteCloner.html)\r\n - [Code Documentation HTTPLogger](https://mauricelambert.github.io/info/python/security/WebSiteCloner/HTTPLogger.html)\r\n - [Download as python executable](https://mauricelambert.github.io/info/python/security/WebSiteCloner.pyz)\r\n - [Pypi page](https://pypi.org/project/WebSiteCloner/)\r\n\r\n## Licence\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fwebsitecloner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Fwebsitecloner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fwebsitecloner/lists"}