Skip to content

MiaozhiYu/pokemongo-api-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • Protocol Buffer 26.8%