banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Telegram several phone number lookup and location tools

Tool Introduction
The telegram-phone-number-checker tool is used to identify Telegram users by phone number. With this tool, you will collect usernames, display names, and other valuable information associated with the target phone number on Telegram. This tool requires a Telegram API key to function. Obtaining a Telegram API key is free. First, please go to Telegram and create an account using a valid phone number (if you don't have one yet).
The code repository is: https://github.com/bellingcat/telegram-phone-number-checker

Recommendations for Using Disposable Phone Numbers#

It is recommended to use disposable phone numbers; however, your personal device is fine. Please remember that someone can use this tool with your phone number.

Requirements to Run the Tool#

  • A Telegram account with a valid phone number
  • Telegram API_ID and API_HASH, which you can obtain by creating a developer account at my.telegram.org.

Place these values in the .env file along with your Telegram account's phone number:

API_ID=YOUR_API_ID
API_HASH=YOUR_API_HASH
PHONE_NUMBER=YOUR_PHONE_NUMBER

If you do not create this file, you can also provide these 3 values when calling the tool, or run the program interactively to prompt for them.

Usage Examples#

Check a number#

telegram-phone-number-checker --phone-numbers +1234567890  

Check multiple numbers#

telegram-phone-number-checker --phone-numbers +1234567890,+9876543210,+111111111  

Interactive version, the system will prompt you to enter the phone number#

telegram-phone-number-checker  

Override the Telegram API key in .env (or if .env is not found)#

telegram-phone-number-checker --api-id YOUR_API_KEY --api-hash YOUR_API_HASH --api-phone-number YOUR_PHONE_NUMBER --phone-numbers +1234567890  

Interactive version
The system will prompt you to enter the phone number:

telegram-phone-number-checker  

Override the Telegram API key in .env
If the .env file is not found, you can use the following command:

telegram-phone-number-checker --api-id YOUR_API_KEY --api-hash YOUR_API_HASH --api-phone-number YOUR_PHONE_NUMBER --phone-numbers +1234567890  

Query Results
The query results will be output to the console and will also be written to a file in JSON format. You can write it to another file by adding --output your_filename.json.

For each phone number, you may receive the following possible responses:

If available, you will receive the Telegram username, name, and ID associated with that number.
“Username not detected.” This means that the number appears to have been used to create a Telegram account, but the user has not chosen a Telegram username. A username can be chosen on Telegram.
“Error: No response, user does not exist or has blocked adding contacts.”: There could be several reasons for this response.
The phone number has not yet been used to create a Telegram account.
Or: The phone number is connected to a Telegram account, but the user has restricted the option to be found by phone number.
Or: Another error has occurred.

  1. Get phone number from Telegram user/ID
    https://www.callmebot.com/get-phone-number-from-telegram-user-id/

image

  1. The Telegram phone number checker is a Python tool/script used to check if a phone number is connected to a Telegram account. Retrieve available usernames, names, and IDs.
    https://pypi.org/project/telegram-phone-number-checker/https://github.com/bellingcat/telegram-phone-number-checker

  2. Telegram Get Remote IP This script is designed to determine the IP address of a conversant in Telegram. You must install tshark to use it. To determine the IP address, you must be in each other's contacts.
    https://github.com/n0a/telegram-get-remote-ip?ref=n0a.pw

  3. Telegram Location provides precise tracking within a range of 50-100 meters
    https://github.com/IvanGlinkin/CCTV

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.