Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. api = pgoapi.PGoApi(provider='ptc', username=USERNAME, password=PASSWORD,
  2. position_lat=0, position_lng=0, position_alt=0)
  3. api.activate_signature(ENCRYPTION_LIB_PATH)
  4. time.sleep(1)
  5. api.get_player()
  6. time.sleep(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement