mirror of
https://github.com/bellingcat/telegram-phone-number-checker.git
synced 2026-06-07 19:08:31 +03:00
Update Telegram_phone_validation.py
This commit is contained in:
@@ -5,9 +5,9 @@ from telethon import functions, types
|
||||
|
||||
result = {}
|
||||
|
||||
PHONE_NUMBER = '+31682321057'
|
||||
API_ID = 2551274
|
||||
API_HASH = '2e026c92beed662f859144ab5442efcd'
|
||||
PHONE_NUMBER = # Enter the telegram account phone number here
|
||||
API_ID = # Enter the api id
|
||||
API_HASH = #Enter the api hash
|
||||
|
||||
def get_names(phone_number):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user