Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeperfectplus/Site-Cloner
Quick & simple Python tool to clone website
https://github.com/codeperfectplus/Site-Cloner
hacktoberfest open-source pip-package pypi-package python scrapper
Last synced: 3 months ago
JSON representation
Quick & simple Python tool to clone website
- Host: GitHub
- URL: https://github.com/codeperfectplus/Site-Cloner
- Owner: codeperfectplus
- License: mit
- Created: 2022-10-04T19:22:45.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-27T05:33:18.000Z (about 2 years ago)
- Last Synced: 2024-07-05T00:56:39.326Z (4 months ago)
- Topics: hacktoberfest, open-source, pip-package, pypi-package, python, scrapper
- Language: Python
- Homepage:
- Size: 1.94 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- 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 SiteClonersc = 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