Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.13 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.13 KB

URL Decoder Tool

Overview

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.

Installation Instructions

To set up the URL Decoder Tool on your system, follow these steps:

  1. Update and Upgrade Packages
    pkg update && pkg upgrade -y
  2. Install Python
     pkg install python
  3. Install Git
    pkg install git
  4. Clone Repo
git clone https://github.com/BLACK-NINJA-PK/URL_DECODER/
  1. Enter In Repo
 cd URL_DECODER
  1. Install requirements
    pip3 install requirements.txt
  2. Run Tool
     python  main.PY