Skip to content

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

Notifications You must be signed in to change notification settings

pagenoare/POGOProtos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POGOProtos

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

Use

Preparation

Windows

Be sure to add te newest version of protoc to your environmental path.

*nix

Ensure that you have the newest version of protoc installed.

OS X

Use homebrew to install protobuf with brew install --devel protobuf

Compilation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Protocol Buffer 94.7%
  • Python 5.2%
  • Other 0.1%