Not compatible with gplaycli-3.0
BiatuAutMiahn opened this issue · 2 comments
BiatuAutMiahn commented
gplayweb throws errors when attempting to use with latest gplaycli, even when using the version from requirements.txt there are other errors and the result is a "500 internal server error"
matlink commented
GPlayWeb needs to be highly refactored to support recent versions of GPlayCli.
NoMore201 commented
Sorry for spamming personal projects, but I think it can be useful since this project isn't actively developed. I wrote an application [0] very similar to gplayweb, with the following differences:
- Non-blocking user interface (you can download multiple apps at the same time, fdroid updates works in background ...)
- It relies on credentials rather than token dispenser servers. On first launch it asks for email and password, which are sent to the server using AES256 encryption and discarded after initialization.
- Responsive UI using angularjs + bootstrap
If you want to give it a try, the setup is almost identical to the gplayweb one!