This repository contains the ProtoBuf .proto
files needed to decode the PokémonGo RPC.
Be sure to add te newest version of protoc
to your environmental path.
Ensure that you have the newest version of protoc
installed.
Use homebrew
to install protobuf
with brew install --devel protobuf
To compile, run python compile.py
to recursively compile everything.
- 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 isout
.