vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
283 stars 48 forks source link

question does this log in with any location data? #49

Closed russr123 closed 8 years ago

russr123 commented 8 years ago

dont want it showing me jumping GPS points with use

vinnymac commented 8 years ago

@russr123 this project uses pogobuf in order to retrieve account data. We don't explicitly use any location data, but if you would like to look into it, that library is where I would start to verify it.

mackhankins commented 8 years ago

We're not using any calls that require a location to my knowledge, but you can poke around https://github.com/cyraxx/pogobuf/blob/master/pogobuf/pogobuf.client.js to see which ones do. A lot of it is outside the scope of this application.