Skip to content

PanicIsReal/pogo-protos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 [email protected]: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