https://github.com/Py-Contributors/Site-Cloner
Quick & simple Python tool to clone website
https://github.com/Py-Contributors/Site-Cloner
hacktoberfest open-source pip-package pypi-package python scrapper
Last synced: 11 months ago
JSON representation
Quick & simple Python tool to clone website
- Host: GitHub
- URL: https://github.com/Py-Contributors/Site-Cloner
- Owner: Py-Contributors
- License: mit
- Created: 2022-10-04T19:22:45.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2025-01-03T03:33:35.000Z (over 1 year ago)
- Last Synced: 2025-07-08T23:39:10.219Z (about 1 year ago)
- Topics: hacktoberfest, open-source, pip-package, pypi-package, python, scrapper
- Language: Python
- Homepage:
- Size: 1.95 MB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Site Cloner
A simple tool to clone a website
This tool is for educational purposes only.Please follow the copyright
laws of your country. Our team is not responsible for any misuse.
## Installation
```bash
pip install site-cloner
```
## Usage
```python
from site_cloner import SiteCloner
sc = SiteCloner("https://codeperfectplus.herokuapp.com/")
sc.clone_website()
```
## Upcoming Features
- [x] Add Support for download multiple pages(v1.0.0)
- [x] Add Support for downloading images(v1.0.0)\
- [x] Pip Package Support
- [ ] Add support for cloning websites with login
## Changelog
**0.0.1**
- [x] Initial Release
- [x] Implemented basic functionality
- [x] Implemented downloading of images
- [x] Implemented downloading of multiple pages
- [x] Pip Package Support
## Contributors