Releases: codeperfectplus/Site-Cloner
Releases · codeperfectplus/Site-Cloner
Initial Version Released
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
pip install site-cloner
Usage
from site_cloner import SiteCloner
sc = SiteCloner("https://codeperfectplus.herokuapp.com/")
sc.clone_website()
Changelog
0.0.1
- Initial Release
- Implemented basic functionality
- Implemented downloading of images
- Implemented downloading of multiple pages
- Pip Package Support
What's Changed
- Support: web images also can be downloaded with web page by @codeperfectplus in #1
- PyPI package: initial files for pip package by @codeperfectplus in #2
- Sitecloner class fixed by @codeperfectplus in #3
New Contributors
- @codeperfectplus made their first contribution in #1
Full Changelog: https://github.com/Py-Contributors/site-cloner/commits/v0.0.1