Web Cloner is a C# application designed to clone web pages, including their HTML, CSS, JavaScript, and fonts, enabling users to view and interact with web pages offline.
- Clone HTML, CSS, JS, and Fonts: Downloads and saves all necessary files to replicate a webpage fully.
- User-Friendly Interface: Easy-to-use interface for selecting and cloning websites.
- Local Viewing: View cloned web pages locally without an internet connection.
-
Clone the repository
git clone https://github.com/wickstudio/Web-Cloner.git
-
Open the project in Visual Studio
- Open Visual Studio.
- Select
File
>Open
>Project/Solution
. - Navigate to the cloned repository folder and select the
.sln
file.
-
Restore NuGet packages
- In Visual Studio, go to
Tools
>NuGet Package Manager
>Package Manager Console
. - Run the following command:
Update-Package -reinstall
- In Visual Studio, go to
-
Build the project
- In Visual Studio, select
Build
>Build Solution
.
- In Visual Studio, select
-
Run the application
- Press
F5
or click on theStart
button in Visual Studio to run the application.
- Press
-
Enter the URL
- Enter the URL of the web page you want to clone.
-
Start Cloning
- Click the
Clone
button to start downloading the web page's assets.
- Click the
-
View Cloned Page
- Once cloning is complete, navigate to the output directory to view the cloned web page locally.
- /Cloner: Contains the main application logic for cloning web pages.
- /Plugins: Contains plugins used for extending the functionality of the cloner.
- /Properties: Contains project properties and settings.
- HtmlAgilityPack: Used for parsing and manipulating HTML documents.
- Newtonsoft.Json: Used for handling JSON data.
Contributions are welcome! Please fork the repository and submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
- Wick - CEO of Wick Studio
- Sinnerx9 - Moderator of Wick Studio
- Email: info@wickdev.xyz
- Website: wickdev.xyz
- Discord: Join our Discord
- YouTube: Wick Studio on YouTube
██╗ ██╗██╗ ██████╗██╗ ██╗ ███████╗████████╗██╗ ██╗██████╗ ██╗ ██████╗
██║ ██║██║██╔════╝██║ ██╔╝ ██╔════╝╚══██╔══╝██║ ██║██╔══██╗██║██╔═══██╗
██║ █╗ ██║██║██║ █████╔╝ ███████╗ ██║ ██║ ██║██║ ██║██║██║ ██║
██║███╗██║██║██║ ██╔═██╗ ╚════██║ ██║ ██║ ██║██║ ██║██║██║ ██║
╚███╔███╔╝██║╚██████╗██║ ██╗ ███████║ ██║ ╚██████╔╝██████╔╝██║╚██████╔╝
╚══╝╚══╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝
Copyright (c) 2024 Wick Studio