{"id":21528476,"url":"https://github.com/hellokitty/pokemongodesktop.api","last_synced_at":"2026-02-28T07:09:37.921Z","repository":{"id":43134405,"uuid":"63830431","full_name":"HelloKitty/PokemonGoDesktop.API","owner":"HelloKitty","description":"PokemonGoDesktop.API is a Packet and Contract library for Pokemon Go use on desktop. Based on net35 and utilizing Protobuf for messaging.","archived":false,"fork":false,"pushed_at":"2016-07-28T01:35:07.000Z","size":7403,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-30T22:29:29.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HelloKitty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-21T02:31:59.000Z","updated_at":"2018-09-14T17:01:38.000Z","dependencies_parsed_at":"2022-08-30T09:42:09.030Z","dependency_job_id":null,"html_url":"https://github.com/HelloKitty/PokemonGoDesktop.API","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloKitty%2FPokemonGoDesktop.API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloKitty%2FPokemonGoDesktop.API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloKitty%2FPokemonGoDesktop.API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloKitty%2FPokemonGoDesktop.API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelloKitty","download_url":"https://codeload.github.com/HelloKitty/PokemonGoDesktop.API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131470,"owners_count":21052819,"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":[],"created_at":"2024-11-24T01:53:23.900Z","updated_at":"2026-02-28T07:09:37.887Z","avatar_url":"https://github.com/HelloKitty.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PokemonGODesktop.API\n\nPokemonGODesktop.API is a collection of **net35** libraries and APIs that can be used to implement a fully functional desktop version of Pokemon Go. It's built on top of reverse engineered work from the community, based on the protobuf defintions ranging from python projects to .Net projects. PokemonGODesktop.API channels the entire community's work into a push for a standalone version of the game.\n\n## Project Overview\n\n[Proto Definitions](https://github.com/HelloKitty/PokemonGoDesktop.API/tree/master/src/PokemonGoDesktop.API.Proto): Contains the .proto definitions for serializable types and request/response message types. Additionally it contains the code generated Google.Protobuf classes that are actually compilable.\n\n[Proto Compiler](https://github.com/HelloKitty/PokemonGoDesktop.API/tree/master/src/PokemonGoDesktop.API.Proto.Compiler): Contains the source for the simple directory recursive argument builder that are needed to compile the .proto definitions with Protoc. Also invokes Protoc with those arguments generating the code in the **Gen** directory of the Proto project. Additionally, this compiler generates marker interfaces on some proto classes to help enforce some compiler protection for things.\n\n[Proto Services](https://github.com/HelloKitty/PokemonGoDesktop.API/tree/master/src/PokemonGoDesktop.API.Proto.Services): Contains extensions for various important proto generated classes for Pokemon Go. Also implementing some services for creating or reading from commonly used proto classes in Pokemon Go.\n\n[Client Services](https://github.com/HelloKitty/PokemonGoDesktop.API/tree/master/src/PokemonGoDesktop.API.Client.Services): Contains interfaces, contracts and types important to building a Pokemon Go client. Including only the bare minimum. Contains nothing related to game logic.\n\n## Attributions\n\nProto Definitions: https://github.com/AeonLucid/POGOProtos\n\nAuth and Bot Logic: https://github.com/FeroxRev/Pokemon-Go-Rocket-API\n\n## Setup\n\nTo use this project you'll first need a couple of things:\n  - Visual Studio 2015\n\n## Builds\n\nAvailable on the official Nuget Feed:\n\n[Client Services](https://www.nuget.org/packages/PokemonGoDesktop.API.Client.Services/)\n\n[Proto](https://www.nuget.org/packages/PokemonGoDesktop.API.Proto/)\n\n[Proto Services](https://www.nuget.org/packages/PokemonGoDesktop.API.Proto.Services/)\n\n[Common](https://www.nuget.org/packages/PokemonGoDesktop.API.Common/)\n\n\n##Tests\n\n#### Linux/Mono - Unit Tests\n||Debug x86|Debug x64|Release x86|Release x64|\n|:--:|:--:|:--:|:--:|:--:|:--:|\n|**master**| N/A | N/A | N/A | [![Build Status](https://travis-ci.org/HelloKitty/PokemonGoDesktop.API.svg?branch=master)](https://travis-ci.org/HelloKitty/PokemonGoDesktop.API) |\n|**dev**| N/A | N/A | N/A | [![Build Status](https://travis-ci.org/HelloKitty/PokemonGoDesktop.API.svg?branch=dev)](https://travis-ci.org/HelloKitty/PokemonGoDesktop.API)|\n\n#### Windows - Unit Tests\n\n(Done locally)\n\n##Licensing\n\nThis project is licensed under the GPL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellokitty%2Fpokemongodesktop.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellokitty%2Fpokemongodesktop.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellokitty%2Fpokemongodesktop.api/lists"}