pokemongo-protobuf

1.12.0 • Public • Published

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 :)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.12.03latest

Version History

VersionDownloads (Last 7 Days)Published
1.12.03
1.11.00
1.10.00
1.9.00
1.8.00
1.7.00
1.6.01
1.5.00
1.4.00
1.3.00
1.2.00

Package Sidebar

Install

npm i pokemongo-protobuf

Weekly Downloads

4

Version

1.12.0

License

MIT

Last publish

Collaborators

  • rastapasta