Skip to content

PanicIsReal/pogo-protos

 
 

Repository files navigation

Pokémon Go Protobuffers for Golang

Exported from and maintained at https://github.com/AeonLucid/POGOProtos

Usage

package main

import (
  "fmt"
  p "github.com/pkmngo-odi/pogo-protos"
)

func main() {
  fmt.Println(p.TeamColor_BLUE)
}

Update this repository

Install the Go protoc extensions through go get

go get -u github.com/golang/protobuf/{proto,protoc-gen-go}

Check out the AeonLucid/POGOProtos repository and run their scripts.

$ git clone git@github.com:AeonLucid/POGOProtos.git
$ cd POGOProtos
$ python ./compile_single.py -l=go --out_path=$GOPATH/src/github.com/pkmngo-odi/pogo-protos --go_root_package=github.com/pkmngo-odi/pogo-protos

About

Pokémon Go Protobuffers for Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published