Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- TOKEN = ""
- MAIN_URL = f"https://api.telegram.org/testbotkaisar{TOKEN}"
- from socket import error as SocketError
- import errno
- r = requests.get(f'{MAIN_URL}/getMe')
- print(r.json())
Add Comment
Please, Sign In to add comment