leegao / pokemongo-api-demo

Pokemon Go API Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon Go API Demo

  • USE AT YOUR OWN RISK !
  • includes protobuf file
  • ugly code

Demo

$ python2 main.py --debug -u tejado -p 1234 --location "New York, Washington Square"
[!] DEBUG mode on
[!] Your given location: Washington Square, Greenwich, NY 12834, USA
[!] lat/long/alt: 43.0909305 -73.4989367 0.0
[!] login for: tejado
[+] RPC Session Token: TGT-899360-gFKDueEjBcKX4G ...
[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/401/rpc
[+] Login successful
[+] Username: tejado
[+] You are playing Pokemon Go since: 2016-07-13 08:10:20
[+] Poke Storage: 250
[+] Item Storage: 350
[+] POKECOIN: 0
[+] STARDUST: 600

Credits

Thanks a lot to Mila432 !
C# Port by BclEx

About

Pokemon Go API Demo


Languages

Language:Python 73.2%Language:Protocol Buffer 26.8%