{"id":13715713,"url":"https://github.com/BrunnerLivio/deprecated-pokemongo-game-master","last_synced_at":"2025-05-07T05:31:38.096Z","repository":{"id":57326851,"uuid":"83597087","full_name":"BrunnerLivio/deprecated-pokemongo-game-master","owner":"BrunnerLivio","description":":warning: DEPRECATED - LOOK README :warning: This repository is collection of the decoded GAME_MASTER-protobuf files","archived":true,"fork":false,"pushed_at":"2018-07-11T08:05:09.000Z","size":1228,"stargazers_count":38,"open_issues_count":1,"forks_count":9,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-19T10:38:56.572Z","etag":null,"topics":["game-master","json","pokemongo","protobuf"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrunnerLivio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-01T20:14:26.000Z","updated_at":"2024-09-13T17:51:47.000Z","dependencies_parsed_at":"2022-09-21T02:01:39.814Z","dependency_job_id":null,"html_url":"https://github.com/BrunnerLivio/deprecated-pokemongo-game-master","commit_stats":null,"previous_names":["brunnerlivio/pokemongo-game-master"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fdeprecated-pokemongo-game-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fdeprecated-pokemongo-game-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fdeprecated-pokemongo-game-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fdeprecated-pokemongo-game-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunnerLivio","download_url":"https://codeload.github.com/BrunnerLivio/deprecated-pokemongo-game-master/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252822997,"owners_count":21809700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game-master","json","pokemongo","protobuf"],"created_at":"2024-08-03T00:01:02.546Z","updated_at":"2025-05-07T05:31:34.585Z","avatar_url":"https://github.com/BrunnerLivio.png","language":"JavaScript","funding_links":[],"categories":["Development Projects"],"sub_categories":[],"readme":"\u003e :warning: DEPRECATED :warning:\n\u003e\n\u003e THIS REPOSITORY HAS MOVED TO [pokemongo-dev-contrib/pokemongo-game-master](https://github.com/pokemongo-dev-contrib/pokemongo-game-master)\n\u003e \n\u003e DO NOT FURTHER USE THIS REPOSITORY\n\n# pokemongo-game-master\n\n[![Online Users in pokemongo-game-master Discord Server](https://discordapp.com/api/guilds/293741011665027073/embed.png)](https://discord.gg/ssVqwvX)\n\n\nThis repository is collection of the decoded GAME_MASTER-protobuf files\n\n## Contribute\n\nThis project heavily relies on the help of you. So please contribute. \n\n### Add a new version\n\n#### Dependencies\n\n- [Docker](https://www.docker.com/)\n\nYou can use the `./bin/add-version.sh` script (Linux only) \n\n```bash\ncd pokemongo-game-master\ncp ~/your/GAME_MASTER.protobuf .\n\n# Latest version\n./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\n\n# Older Version\n./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\n```\n\n\n[Or from scratch (Windows / Linux)](doc/ADDVERSION.md)\n\n### Commits\n\nWe use [this standard](https://github.com/erlang/otp/wiki/Writing-good-commit-messages).\n\n## Third party\n\n### Bash\n\nIf you want to have the latest GAME_MASTER version as a developer, you can use \n```bash\nwget https://raw.githubusercontent.com/pokemongo-dev-contrib/pokemongo-game-master/master/versions/latest/GAME_MASTER.json\n```\n\n### NodeJS\n\n#### Installation\n\n```bash\nnpm i -s pokemongo-game-master\n```\n\n#### Usage\n\n```JavaScript\nconst gameMaster = require('pokemongo-game-master');\n\ngameMaster.getVersion('latest', 'json').then(console.log); // Returns as object: { itemTemplates: [ ... ], timestampMs: '1512514949791' }\ngameMaster.getVersion('0.83.3', 'protobuf').then(console.log); // Returns the version 0.83.3 as string\n```\n\n### Projects\n\n- [pokemongo-json-pokedex](https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex) - GAME_MASTER data normalized to better processable data\n\n\n\n## Contributors\n\nLivio Brunner \u003c\u003ca href=\"mailto:contact@brunnerliv.io\"\u003econtact@brunnerliv.io\u003c/a\u003e\u003e\n\nRyan Barker \u003c\u003ca href=\"mailto:celandro@gmail.com\"\u003ecelandro@gmail.com\u003c/a\u003e\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrunnerLivio%2Fdeprecated-pokemongo-game-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBrunnerLivio%2Fdeprecated-pokemongo-game-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrunnerLivio%2Fdeprecated-pokemongo-game-master/lists"}