Skip to content

Py-Contributors/Site-Cloner

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2022
Oct 27, 2022
Oct 16, 2022
Oct 14, 2022
Oct 27, 2022
Jan 3, 2025
Jan 3, 2025
Oct 4, 2022
Oct 19, 2022
Oct 18, 2022
Oct 14, 2022
Oct 14, 2022
Oct 16, 2022

Repository files navigation

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()

Upcoming Features

  • Add Support for download multiple pages(v1.0.0)
  • Add Support for downloading images(v1.0.0)\
  • Pip Package Support
  • Add support for cloning websites with login

Changelog

0.0.1

  • Initial Release
  • Implemented basic functionality
  • Implemented downloading of images
  • Implemented downloading of multiple pages
  • Pip Package Support

Contributors