-
Notifications
You must be signed in to change notification settings - Fork 78
Activate trainer page
Obihörnchen edited this page Nov 14, 2016
·
2 revisions
To activate the trainer page you have to add -gi
to your PokemonGo-Map worker:
python runserver.py -gi
Or add the following to your PokemonGo-Map config.ini:
gym-info: true # enables detailed gym info collection (default false)
You can also run a special gym/pokestop worker because the range for gyms/pokestops is 900m instead of 70m (for pokemon). This means PokemonGo-Map with -np (no pokemon) option will scan every 900m instead of every 70m. So you are able to scan gyms and pokestops for a way larger area with way less accounts.
- Note: You don't have to care about speed limit. Gyms are shown even if you go too fast.
- Note: Be careful the area for the same -st (step limit) is way larger because of the 900m distance.
Run it like this:
python runserver.py -sn Gymscanner -np -ns -sd 30 -gi -l "XX.XX,XX.XX" -st XX -a ptc -u XXXX -p XXXX
For all your other workers you should disable gym and pokestop scanning with -ng -nk
now.