Skip to content

CnKore-zzb/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 moro Protobuf..
  • Login as pokemon trainer + token
  • Login over google + token
  • Run to pokestops
  • Farm specific area for pokestops
  • Human walking logic
  • Catch Pokemon automatically
  • Drop items when bag is full
  • Scan your inventar for XYZ CP pokemon and release them
  • Pokemon catch filter
  • Hatch eggs
  • Incubate eggs
  • Evolve pokemons
  • Use candy
  • Clean code
  • Fully automate this script
  • Make v1.0 public!

i no longer have time for this project, once i have the hype is over and nobody needs this files, do your best .. files are old backups that are working but in need of many bug fixes. should be only touched by users who know how to fix UGLY, sometimes it works ... sometimes its not :)

if you want the final version that is stable and has all features ^ please contact pokemon [at] mila432.xyz i will publish a website soon where you can test this bot

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 95.1%
  • Protocol Buffer 4.9%