WebGetter
WebGetter is an open-source tool developed by Team Egypt Open Source that allows you to quickly obtain the source code of any website. This tool is designed for ease of use on any Linux system or Termux. Feel free to contribute and support us by buying a coffee.
Table of Contents
Requirements
Before using WebGetter, make sure you have the following:
- Any Linux system terminal or Termux.
Installation
- Install
wget
:
sudo apt install wget
- Clone the tool:
curl https://raw.githubusercontent.com/Egypt-Open-Source/WebGetter/main/web_getter.sh >> web_getter.sh
- Give the tool permissions:
chmod +x web_getter.sh
- Open the tool:
./web_getter.sh
Usage
Once the tool is open, follow these steps:
Choose your desired option:
- Option 1: Get basic website source code without additional links, videos, or audio.
- Option 2: Get all website source code, including HTML, CSS, JS files, and linked websites. Also, retrieves audio and videos.
When adding a website link, ensure it starts with “http/https” and includes “www” (except for GitHub Pages source code, where “www” is not needed).
After entering the link and pressing Enter, the tool will save the source code in a folder named after the website.
About
WebGetter is a free open-source tool developed by Team Egypt Open Source. It allows you to obtain any website’s source code in just a few minutes.
License
This project is licensed under the MIT License.