jxmorris12 / PokemonGo-Finder

Live visualization of all the pokemon in your area... and more!
GNU General Public License v3.0
171 stars 43 forks source link

expand the search area #50

Closed trwk closed 7 years ago

trwk commented 7 years ago

Hello, thanks for sharing your code is so great, Is there an option to expand the search area?

Silvawar14 commented 7 years ago

Have you tried increasing the step count?

Silvawar14 commented 7 years ago

(Config.json)

{ "auth_service": "google", "username": "myemailuser", "password": "pikachu123", "step_limit": 5, <--Have you tried changing this value? "location": "742 Evergreen Terrace, Arlington, VA", "notify": "dratini,magnemite,electabuzz,hitmonchan,hitmonlee,chansey,lapras,snorlax,porygon,mew,mewtwo,moltres,zapdos,articuno,ditto,seel,gyarados,cubone", "pushbullet": "o.XyDeiVeYuM5eSv2ssy7AlFGLDl4ajEXj" }

trwk commented 7 years ago

Thanks that work