Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.26 KB

Pokemon GO Explorer

This repository contains a proof-of-concept of a Pokemon GO Explorer (for nearby Pokemons, Gyms and Pokestops) written in C#.

alt tag


Features

  • Pokemon Trainer Club (PTC) / Google Authentication
  • Scan nearby area for Pokemons
  • Change location using mouse (double-click or right-click)
  • Updated API used for Client <-> Server communication
  • Simple configuration file
  • Pokemons Blacklist
  • Pokemons Database
  • Advanced exploring algorithm

Usage

  1. Set up the right dependencies (they're all in the bin/Debug folder)
  2. Edit the details contained in the file Configuration (found in the bin/Debug folder)
  3. Build the project!

Note

When using Google Auth, remember the device code gets copied to your clipboard: just paste it when asked.


Special thanks


Notes

This is just a proof-of-concept... but the project is open source, so feel free to participate and push commits!