A Pokemon Go bot in C#
Chat about this Repository via Discord: https://discord.gg/VsVrjgr
GitHub issues will be deleted if they are not API related.
- PTC Login / Google
- Use Humanlike Walking with 10 km/h (instead of Teleport) (Speed is configurable via UserSettings)
- Farm Pokestops (use always the nearest from the current location)
- Farm all Pokemon near your
- PokemonsNotToCatch Filter (configurable via File in Config Folder)
- Throws away unneeded items (configurable via Settings.cs)
- Transfer duplicate Pokemon (keep the best of everyone) (ignore favorite marked) (PokemonsNotToTransfer list configurable via File in Config Folder)
- Evolve Pokemon (PokemonsToEvolve list configurable via File in Config Folder)
- Use best Pokeball & Berry (depending on Pokemon CP)
- Log File System (all activity will be tracked in a Log File)
- Random Task Delays
- Statistic in the Header:

- Very color and useful Logging (so you every time up2date what currently happened)
- and many more ;-)
- Auto Update the Bot
Note: You need some basic Computer Expierience, if you need help somewhere, ask the community and do not spam us via private messages. The Issue Tracker is not for help!
- Download and Install Visual Studio 2015
- Download this Repository
- Open Pokemon Go Rocket API.sln
- On the right hand side, double click on UserSettings.settings
- Select the AuthType (Google or Ptc for Pokémon Trainer Club) 5.1. If selected Ptc , enter the Username and Password of your Account
- Enter the DefaultLatitude and DefaultLongitude can be found here
- Optional you can set up the other Settings (when you know what you're doing))
- Right click on PokemonGo.RocketAPI.Console and Set it as Startup Project
- Press CTRL + F5 and follow the Instructions
- Have fun!
This Project is licensed as GNU (GNU GENERAL PUBLIC LICENSE v3)
You can find all necessary Information here
Thanks to Ferox hard work on the API & Console we are able to manage something like this. Without him that would have been nothing. <3
Thanks to everyone who contributed via Pull Requests!
