This repository contains a proof-of-concept of a Pokemon GO Explorer (for nearby Pokemons, Gyms and Pokestops) written in C#.
- 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
- Set up the right dependencies (they're all in the
bin/Debug
folder) - Edit the details contained in the file
Configuration
(found in thebin/Debug
folder) - Build the project!
When using Google Auth, remember the device code gets copied to your clipboard: just paste it when asked.
- Sodanakin for the wonderful GUI: https://www.reddit.com/user/sodanakin
- FeroxRev for his Pokemon GO API: https://github.com/FeroxRev/Pokemon-Go-Rocket-API
- GreatMaps for the Google Maps API implementation: https://greatmaps.codeplex.com/
This is just a proof-of-concept... but the project is open source, so feel free to participate and push commits!