animehunter / POGOProtos

A central repository for all proto files of PokémonGO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POGOProtos

This repository contains the ProtoBuf .proto files needed to decode the PokémonGo RPC.

Use

If on Windows, be sure to add te newest version of protoc to your environmental path. If on *nix ensure that you have the newest version of protoc installed. To compile, run python compile.py to recursively compile everything.

Flags

  • Add the -l or --language flag to compile to whatever language you need, the default is C#.
  • Add the -o or --output flag to set an output directory, the deafult is out.

About

A central repository for all proto files of PokémonGO.


Languages

Language:Protocol Buffer 91.7%Language:Python 8.0%Language:Batchfile 0.2%Language:Shell 0.1%