Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.56 KB | None | 0 0
  1. client = Client(session_name='name1', phone_number=telephone,
  2.                                                     phone_code=phone_code_callback(telephone),
  3.                                                     proxy=dict(
  4.                                                         hostname=IP,
  5.                                                         port=int(PORT),
  6.                                                         username=LOGIN,
  7.                                                         password=PASSWORD
  8.                                                     ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement