TG_LOKUP is a Telegram identifier search tool designed to efficiently handle and search through a 9.3 GB database containing over 182 000 000 entries. It supports automatic component downloads and is cross-platform, running on Windows, Linux, and Termux.
- Automatic Database Download: Automatically fetches and extracts the required database on first launch.
- Fast Search: Optimized for rapid searches of Telegram identifiers.
- Cross-Platform: Works seamlessly on Windows, Linux, and Termux.
- Dependency Management: Automatically installs required dependencies.
git clone https://github.com/RoToR003/TG_LOKUP.git
cd TG_LOKUPRun the Windows.bat script to automatically install all required components.
chmod +x Linux.sh
./Linux.shchmod +x Termux.sh
./Termux.shRun the Windows.bat script.
python3 main.pypython main.pyOnce the tool is running, input one or more Telegram identifiers separated by commas. The tool will process the database and display results in a readable format.
- Python 3.7+
- pip (for dependency installation)
- Internet Connection (to download the database and dependencies)
This project is licensed under the MIT License. See the LICENSE file for details.