Skip to content

3gpvideos/Pokemon_Go_API

 
 

Repository files navigation

Pokemon_Go_API

Pokémon GO API in Python

Some Info:

  1. GitHub issues are mainly for bug reporting.
  2. One goal of the project is to understand the API and to give other developers a starting point.
  3. 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.

To-Do:

  • 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

Preview:

Alt text

Alt text

Video of the Pokestop farmer beta v1.0:

Alt text

Video of the Pokemon catcher v1.0:

Alt text

Features:

  • working with google & ptc login
  • fake location
  • set distance for farming
  • good logic to prevent bans
  • automatic catching pokemons
  • automatically farm pokestops

Requirements:

  • python 2.7
  • requests
  • protobuf
  • geopy
  • s2sphere
  • gpsoauth (unix)

Credits:

About

Pokémon GO API in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Protocol Buffer 6.7%