PokemonGo bot is a project created by the PokemonGoF team.
The project is currently setup in two main branches. dev
and master
.
We use Slack as a web chat. Click here to join the chat!
- GPS Location configuration
- Search Pokestops
- Catch Pokemon
- Determine which pokeball to use (uses Razz Berry if the catch percentage is low!)
- Exchange Pokemon as per configuration
- Evolve Pokemon as per configuration
- Auto switch mode (Inventory Checks - switches between catch/farming items)
- Limit the step to farm specific area for pokestops
- Rudimentary IV Functionality filter
- Ignore certain pokemon filter
- Adjust delay between Pokemon capture & Transfer as per configuration
- Standalone Desktop Application
- Hatch eggs
- Incubate eggs
- Use candy
- Inventory cleaner
This bot takes a strong stance against automating gym battles. Botting gyms will have a negative effect on most players and thus the game as a whole. We will thus never accept contributions or changes containing code specific for gym battles.
All information on Getting Started is available in the Wiki!
- Installation
- [Requirements] (https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Installation#requirements-click-each-one-for-install-guide)
- How to run with Docker
- [Linux] (https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Installation#installation-linux)
- [Mac] (https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Installation#installation-mac)
- [Windows] (https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Installation#installation-windows)
- Develop PokemonGo-Bot
- Configuration-files
- [Front end web module - Google Maps API] (https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Google-Maps-API-(web-page))
- Docker Usage
- FAQ
To ensure that all updates are documented - @eggins will keep the Wiki updated with the latest information on installing, updating and configuring the bot.
- tejado many thanks for the API
- Mila432 for the login secrets
- elliottcarlson for the Google Auth PR
- AeonLucid for improved protos
- AHAAAAAAA for parts of the s2sphere stuff