A free Pokemon Go bot with local website, live map, and notifications. See your player move around in real time and catch pokemon!
Status: Defunct
Latest Release Download
- Easy to use web interface
- Live map that shows your trainer moving around and pokemon being caught in real time!
- Live web notifications when catching pokemon and spinning pokestops along with rewards!
- Location spoofing. Set your location anywhere in the world!
- Displays trainer info (Level, Exp, Stardust, etc.)
- Login from the website. Supports PTC and Google. No ugly command-line logins.
- Automatically walks to pokemon and catches them
- Automatically spins pokestops
- Automatically releases and evolves pokemon
- Discards unnecessary items when bag is near full
- Picks best pokeball to use
- Search bar feature for changing locations
- Configure walkspeed, search radius, and more!
- Free to use!
This bot requires Python 3. Using versions of Python 2 will not work. If you already have Python 3 and pip configured, skip to step 4.
- Fork/Download this project as a zip and extract.
- Install Python 3 here. https://www.python.org/downloads/release/python-344/
- Follow (this guide here) to get python and pip running on the command-line (Remember to use Python 3 instead of Python 2).
- Follow the instructions at this link to get a Google Maps key. The key is necessary for the map to display. The key should start with "AIza".
https://developers.google.com/maps/documentation/javascript/get-api-key - On the command-line cd to the project folder
cd C:/PathToPokeAdventuresBot(or wherever you installed the project). - Run
pip install -r requirements.txtto get the requirements for the program. - The main client is the
game.pyfile in thepogofolder. Docd pogoandpython game.pyto start the bot. - In a web browser (I recommend Chrome.) go to localhost:5000.
- Pick a method to log in (PTC or Google) and fill out the rest of the login screen. You're going to need your Google Maps API key. The bot will save login configurations for next time.
- Click "Login" and you're set! Logging in may take up to a minute or more depending on how great Niantic's servers are going.
All contributions, from issue reporting to feature development, are welcome!
Just a heads up: This bot will drop items and release low CP/IV pokemon if your inventory or pokemon storage is almost full. The bot prioritizes dropping potions and revives. The bot currently tries to discard lower than rare pokemon with CP < 700 and IV < 80%. Configs will be added in a later update. With how fast you're going to level with this bot, it won't matter much, but the bot won't function well with a full inventory/pokemon storage.
keyphact and other's updated api
rubenvereecken for the Pokemon Go API.
AHAAAAAAA's Pokemon Maps for reference.

