NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
412 stars 208 forks source link

Fix protobuf generation and test file #91

Closed ppoffice closed 5 years ago

ppoffice commented 5 years ago
ppoffice commented 5 years ago

Should solve https://github.com/NoMore201/googleplay-api/issues/83 and https://github.com/NoMore201/googleplay-api/issues/82

infinite4evr commented 5 years ago

Yes I was stuck with this problem too.

infinite4evr commented 5 years ago

Simply this also works


    subprocess.run([PROTOC_BIN,
            "--proto_path=",
            "--python_out=" + CURRENT_DIR + "/gpapi/",
            "googleplay.proto"])