tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

Set POGOProtos as a git submodule #95

Closed frankhouzz closed 8 years ago

frankhouzz commented 8 years ago

POGOProtos has some updates recently which fixed some bug about incubator and etc. So I suggest to make it as a git submodule so we can easily keep update with it.

tejado commented 8 years ago

Yeah, I would like to do that but the problem is, that I need the compiled protos which are not in the repo. And the users of pgoapi should not be required to install protoc.

I will update the protos soon, at latest when I release pgoapi 1.2.0.

frankhouzz commented 8 years ago

I tried that. Only thing you need to change is to remove the f2i function completely since the GPS coordinate is change to float.