Skip to content

lakshan-bandara/WebMirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌐 WebMirror: Advanced Website Cloner

WebMirror Preview

Stars Forks License

Open In Colab

Download entire websites for offline browsing with a single click.


📖 About WebMirror

WebMirror is a high-performance website cloning tool powered by HTTrack. It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your device.

WebMirror is optimized for Google Colab, providing a clean, professional interface using Colab Forms so you don't even have to look at the code!

🚀 Features

  • Full Website Download: HTML, CSS, JS, and Images.
  • Recursive Extraction: Follows links to download subpages.
  • Colab UI: Simple forms for URL and folder name input.
  • Automated Packaging: Automatically zips the cloned site for download.
  • Professional Look: Designed for GitHub portfolios and high visibility.

🛠️ How to Use

  1. Open the Notebook: Click on the WebMirror_Colab.ipynb file in this repository.
  2. Run Step 1: Install the necessary httrack binaries.
  3. Configure: Enter the Target URL of the website you want to clone.
  4. Clone: Wait for the process to complete (time depends on site size).
  5. Download: Run the last cell to download your cloned site as a .zip file.

💻 Commands Used

WebMirror uses the following core commands:

# Install HTTrack
!apt-get install httrack -y

# Clone Website
!httrack [URL] -O [Project_Name] "+*.png" "+*.gif" "+*.jpg" "+*.css" "+*.js" -v

🤝 Contact & Support

This project was meticulously developed to meet professional standards. If you encounter any issues or need customization, feel free to reach out.

👨‍💻 Developed by: Lakshan

🔧 Maintained by: Lakshan

📧 WhatsApp: Message Lakshan


🌟 If you find this tool useful, don't forget to give it a STAR! 🌟

Footer Banner

About

Advanced Website Cloner with a professional Google Colab UI. Effortlessly download entire websites for offline viewing using HTTrack. Features automated installation, easy configuration forms, and one-click ZIP downloads. Developed by Lakshan.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors