The fastest Pokémon Go map available.
Heavily using pgoapi. Shout-out to the Unknown6 team!
##Installation:
Note: If you are upgrading from the last version, you will have to update and/or reinstall the requirements.
- Clone the repository
git clone https://github.com/favll/pogom.git
- Install the dependencies
pip install -r requirements.txt
- Start the server by running
python runserver.py
Pro-Tip: Use the -H
and -P
flag to specify host and port. E.g. -H "127.0.0.1" -P 5001
will tell the webserver to listen to localhost requests on port 5001. You can then head over and take a look at the map at http://127.0.0.1:5001/
. If you want the server to listen on all public IPs use the host 0.0.0.0
. This will allow you to access your server from other machines.
##Usage
- Visit
http://<ip>:<port>/
(by default:http://127.0.0.1:5000/
) - On the first run you will be redirected to a configuration page
- Enter your Google Maps Api Key
- Enter all accounts and passwords to be used for scanning
- Optionally protect the configuration with a password (only authenticated users can access the config and change scan locations)
- Go back to
http://<ip>:<port>/
to view the map - Add scan locations simply by clicking on the map
##Features
- Extremely fast (using multiple accounts)
- Multiple locations
- Perfect coverage (using a perfect hexagonal grid of radius 70m)
- Hide common Pokemon
- Server status in the Web-GUI
- Stats about seen Pokemon
- Mobile friendly
- User-friendly configuration Web-GUI
##TODO
- Notifications
- Show/Hide Pokestops
- Heatmaps!