All Projects → pogodevorg → Pgoapi

pogodevorg / Pgoapi

Licence: other
Unofficial PokemonGO API in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pgoapi

POGOProtos
A central repository for all proto files of PokémonGO.
Stars: ✭ 136 (-84.44%)
Mutual labels:  pokemon, protobuf
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+6.86%)
Mutual labels:  pokemon
Pokemon Linux
A PlayOnLinux script for easy installation and management of the fan games Pokemon Melanite, Pokemon Zeta and Pokemon Omicron
Stars: ✭ 5 (-99.43%)
Mutual labels:  pokemon
Protobuf Convert
Macros for convenient serialization of Rust data structures into/from Protocol Buffers 3
Stars: ✭ 22 (-97.48%)
Mutual labels:  protobuf
Protobuf Uml Diagram
Create UML diagrams from Protobuf compiled .proto files using Python
Stars: ✭ 17 (-98.05%)
Mutual labels:  protobuf
Rpc Thunderdome
A comparison between Proteus RPC and other commonly used RPC frameworks
Stars: ✭ 22 (-97.48%)
Mutual labels:  protobuf
Aspia
Remote desktop and file transfer tool.
Stars: ✭ 784 (-10.3%)
Mutual labels:  protobuf
Go Micro Services
HTTP up front, Protobufs in the rear
Stars: ✭ 853 (-2.4%)
Mutual labels:  protobuf
Poryscript
High-level scripting language for gen 3 pokemon decompilation projects
Stars: ✭ 25 (-97.14%)
Mutual labels:  pokemon
Avatar Fight Client
基于cocos creator的联网对战小游戏:头像大乱战(protobuf版)
Stars: ✭ 22 (-97.48%)
Mutual labels:  protobuf
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+3.78%)
Mutual labels:  pokemon
Bluezero
Middleware for distributed applications
Stars: ✭ 17 (-98.05%)
Mutual labels:  protobuf
Grpc Jersey
gRPC<->Jersey bridge
Stars: ✭ 23 (-97.37%)
Mutual labels:  protobuf
Pwned
Simple C++ code for simple tasks
Stars: ✭ 16 (-98.17%)
Mutual labels:  protobuf
Hyper Pokemon
Tailor-made Pokémon themes for your Hyper terminal
Stars: ✭ 939 (+7.44%)
Mutual labels:  pokemon
Pbtk
A toolset for reverse engineering and fuzzing Protobuf-based apps
Stars: ✭ 791 (-9.5%)
Mutual labels:  protobuf
Pokedexvuejs
A Pokedex that will contain all 807 pokemon from the Pokemon series. Created in Vue.js
Stars: ✭ 19 (-97.83%)
Mutual labels:  pokemon
Vue Pokedex
A Pokédex made with Vue.js 📕
Stars: ✭ 22 (-97.48%)
Mutual labels:  pokemon
Grpc
An Elixir implementation of gRPC
Stars: ✭ 858 (-1.83%)
Mutual labels:  protobuf
Protobuf Decompiler
Stars: ✭ 9 (-98.97%)
Mutual labels:  protobuf

Build Status

pgoapi - a pokemon go api lib in python

pgoapi is a client/api/demo for Pokemon Go by https://github.com/tejado.
It allows automatic parsing of requests/responses by finding the correct protobuf objects over a naming convention and will return the response in a parsed python dictionary format.

  • This is unofficial - USE AT YOUR OWN RISK !
  • I don't play pokemon go !
  • No bot/farming code included !

Feature Support

  • Python 2 and 3
  • Google/PTC auth
  • Address parsing for GPS coordinates
  • Allows chaining of RPC calls
  • Re-auth if ticket expired
  • Check for server side-throttling
  • Thread-safety
  • Advanced logging/debugging
  • Uses POGOProtos
  • Mostly all available RPC calls (see API reference on the wiki)

Documentation

Documentation is available at the github pgoapi wiki.

Requirements

  • Python 2 or 3
  • requests
  • protobuf (>=3)
  • gpsoauth
  • s2sphere
  • geopy (only for pokecli demo)

Use

To use this api as part of a python project using setuptools/pip, modify your requirements.txt file to include:

git+https://github.com/pogodevorg/[email protected]#egg=pgoapi

If you are not using setuptools/pip, follow the instructions in the Contributing section below to clone this repository and then install pgoapi using the appropriate method for your project.

Contributing

Contributions are highly welcome. Please use github or Discord for it!

You can get started by cloning this repository. Note that as pgoapi uses git submodules you must perform a recursive clone:

Protocol Command
HTTPS git clone --recursive https://github.com/pogodevorg/pgoapi.git
SSH git clone --recursive [email protected]:pogodevorg/pgoapi.git

If you already have a copy of the repository you can use git submodule update --init to fetch and update the submodules.

Once you have cloned the repository, switch to the develop branch. To merge your changes back into the main repository, make a pull request to develop.

Credits

Mila432 for the login secrets
elliottcarlson for the Google Auth PR
AeonLucid for improved protos
AHAAAAAAA for parts of the s2sphere stuff
mikeres0 for the slack channel including auto signup
DeirhX for thread-safety

Ports

Node Port by Arm4x
Node Port - pogobuf by cyraxx

Analytics

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].