The URL Decoder Tool is a Python script specifically crafted for decoding session links from Telegram web applications. This tool effectively extracts and displays essential user information embedded within the link, including:
- User ID
- Quert_ID
- First Name
- Last Name
- Username
- Authentication Date
Additionally, the tool features a capability to check for and retrieve the latest updates from its GitHub repository, ensuring you are always using the most up-to-date version.
To set up the URL Decoder Tool on your system, follow these steps:
- Update and Upgrade Packages
pkg update && pkg upgrade -y
- Install Python
pkg install python
- Install Git
pkg install git
- Clone Repo
git clone https://github.com/BLACK-NINJA-PK/URL_DECODER/
- Enter In Repo
cd URL_DECODER
- Install requirements
pip3 install requirements.txt
- Run Tool
python main.PY