Skip to content

CodeCombustion/pokego-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.9%
  • Protocol Buffer 3.1%