Pokémon GO API in Python
- GitHub issues are mainly for bug reporting.
- One goal of the project is to understand the API and to give other developers a starting point.
- We are discussing the release but there are some problems. One point is the usage of the Pokemon GO API. We dont want Niantic to take action against API usage. There are a lot of nice projects out there built on the API. So please dont blame us about thinking about our actions.
- eat more proto..
- login as pokemon trainer + token
- login over google + token
- run to pokestops
- human run logic
- catch pokemon
- drop items
- drop low cp pokemon
- Pokemon filter
- incubate eggs
- evolve pokemons
- use candy
- clean code
- fully automate this script
Features:
- working with google & ptc login
- fake location
- set distance for farming
- good logic to prevent bans
- automatic catching pokemons
- automatically farm pokestops
- python 2.7
- requests
- protobuf
- geopy
- s2sphere
- gpsoauth (unix)
- Mila432
- https://github.com/tejado for public proto