Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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