Skip to content

🛠˛ Pokemon Go protobuf protocol wrapper for node.js

Notifications You must be signed in to change notification settings

rastapasta/pokemon-go-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Go Protobuf wrapper for Node

npm version dependencies downloads

This package wraps the node-protobuf and the current Pokemon Go protobuf definitions together in one package.

Take a look at the Pokemon Go MITM project to see how it can be used.

Installation

npm i --save pokemongo-protobuf

Usage

var proto = require('pokemongo-protobuf');
console.log(proto.info());

// get a buffer somewhere
var data = proto.parse(buffer, "POGOProtos.Networking.Envelopes.ResponseEnvelope");

// Do stuff with data

Recompile the proto definitions

By now, the POGOProtos include a compile script. Pull the newest revision and compile it with python compile_single.py -d to generate a new out/POGOProtos.desc.

And: This README deserves more love :)

About

🛠˛ Pokemon Go protobuf protocol wrapper for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published