All Projects → BrunnerLivio → deprecated-pokemongo-game-master

BrunnerLivio / deprecated-pokemongo-game-master

Licence: MIT license
⚠️ DEPRECATED - LOOK README ⚠️ This repository is collection of the decoded GAME_MASTER-protobuf files

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
java
68154 projects - #9 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to deprecated-pokemongo-game-master

POGOProtos
A central repository for all proto files of PokémonGO.
Stars: ✭ 136 (+257.89%)
Mutual labels:  protobuf, pokemongo
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+157.89%)
Mutual labels:  protobuf
protolua
C++ implement encode, decode Protocol Buffers for Lua without code generation
Stars: ✭ 117 (+207.89%)
Mutual labels:  protobuf
protobuf-tools
Latest version of protobuf and dozen of plugins. All in a small Docker image
Stars: ✭ 19 (-50%)
Mutual labels:  protobuf
neofs-api-go
NeoFS API Golang repository contains implementation of core NeoFS structures that can be used for integration with NeoFS.
Stars: ✭ 14 (-63.16%)
Mutual labels:  protobuf
grphp
PHP gRPC Framework
Stars: ✭ 19 (-50%)
Mutual labels:  protobuf
server-client-template-go
No description or website provided.
Stars: ✭ 14 (-63.16%)
Mutual labels:  protobuf
bloomrpc-mock
Toolset library for working with GRPC mocks
Stars: ✭ 25 (-34.21%)
Mutual labels:  protobuf
CSGO-Item-Floats-From-Inspect-Links
cuz bored as fuck, how to get the item floats from inspect links aka the market float "method"
Stars: ✭ 53 (+39.47%)
Mutual labels:  protobuf
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+10789.47%)
Mutual labels:  protobuf
FSharp.GrpcCodeGenerator
A protoc plugin to enable generation of F# code
Stars: ✭ 61 (+60.53%)
Mutual labels:  protobuf
compatip
A simple tool to ensure compatibility between microservices
Stars: ✭ 13 (-65.79%)
Mutual labels:  protobuf
PogoStats
A mini Monitoring tool to collect performance data of Pokémon, Quests, Raids and Spawnpoints.
Stars: ✭ 17 (-55.26%)
Mutual labels:  pokemongo
goprotoc
Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement
Stars: ✭ 73 (+92.11%)
Mutual labels:  protobuf
sisyphus
Sisyphus is the way how we provide backend services.
Stars: ✭ 59 (+55.26%)
Mutual labels:  protobuf
protodoc
protodoc generates Protocol Buffer documentation.
Stars: ✭ 43 (+13.16%)
Mutual labels:  protobuf
protoc-plugin
A protoc compiler plugin for Clojure applications
Stars: ✭ 28 (-26.32%)
Mutual labels:  protobuf
tilegrinder
♻️ A node.js GIS helper library for easy alteration of Vector Tiles in an MBTiles container
Stars: ✭ 64 (+68.42%)
Mutual labels:  protobuf
gosproto
基于云风的sproto二进制标准上的描述文件及代码生成工具
Stars: ✭ 52 (+36.84%)
Mutual labels:  protobuf
game masters
Repository for latest JSON and txt versions of the Game Master for Pokemon GO.
Stars: ✭ 106 (+178.95%)
Mutual labels:  game-master

⚠️ DEPRECATED ⚠️

THIS REPOSITORY HAS MOVED TO pokemongo-dev-contrib/pokemongo-game-master

DO NOT FURTHER USE THIS REPOSITORY

pokemongo-game-master

Online Users in pokemongo-game-master Discord Server

This repository is collection of the decoded GAME_MASTER-protobuf files

Contribute

This project heavily relies on the help of you. So please contribute.

Add a new version

Dependencies

You can use the ./bin/add-version.sh script (Linux only)

cd pokemongo-game-master
cp ~/your/GAME_MASTER.protobuf .

# Latest version
./bin/add-version.sh -f ./GAME_MASTER.protobuf -v "0.85.3" --latest # Adds the new version "0.85.3", which is the latest version

# Older Version
./bin/add-version.sh -f ./GAME_MASTER.protobuf -v "0.82.1" # Adds the new version "0.82.1", which is NOT the latest version

Or from scratch (Windows / Linux)

Commits

We use this standard.

Third party

Bash

If you want to have the latest GAME_MASTER version as a developer, you can use

wget https://raw.githubusercontent.com/pokemongo-dev-contrib/pokemongo-game-master/master/versions/latest/GAME_MASTER.json

NodeJS

Installation

npm i -s pokemongo-game-master

Usage

const gameMaster = require('pokemongo-game-master');

gameMaster.getVersion('latest', 'json').then(console.log); // Returns as object: { itemTemplates: [ ... ], timestampMs: '1512514949791' }
gameMaster.getVersion('0.83.3', 'protobuf').then(console.log); // Returns the version 0.83.3 as string

Projects

Contributors

Livio Brunner <[email protected]>

Ryan Barker <[email protected]>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].