PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

Possible to remove the dependency on python-protobuf? #2177

Closed IamCarbonMan closed 8 years ago

IamCarbonMan commented 8 years ago

The only thing preventing this bot from working on Android (not sure about iOS) is the dependency on python-protobuf. If this dependency were removed, perhaps by pre-compiling the protos using protoc, the entire module and web view could be compiled into a native Android app.

tstumm commented 8 years ago

The python-protobuf dependency is from pgoapi. You may want to open an issue on their repo.

IamCarbonMan commented 8 years ago

pgoapi doesn't depend on python-protobuf. I just now installed it on my Android device using Termux, which can't run this bot because python-protobuf isn't available for Android. With a standard Python 2.7 environment, pgoapi can be installed with pip install git+https://github.com/tejado/pgoapi.git.