Simple telegram username availability checker using fragment
tg = Telegram()
username = 'gaklmgaw'
status = tg.get_user(username)
print(f'The username {username} is {status}')
# Expected output: "The username gaklmgaw is Available"| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple telegram username availability checker using fragment
tg = Telegram()
username = 'gaklmgaw'
status = tg.get_user(username)
print(f'The username {username} is {status}')
# Expected output: "The username gaklmgaw is Available"