Skip to content

Dependencies

Abraham Riedel-Mishaan edited this page Aug 3, 2018 · 1 revision

Inside the dependencies lie the main dependencies for this project: google play api (gpapi) and google play client (gplaycli), through which we scrape and download everything. These require token authentication, which HAS broken once before. Currently, you should put gmail [email protected] password on each line of passwords/passwords.txt. Then, anytime you need a new password, you can use the pre-compiled java jars inside target. To get a new token you can do:

java -jar target/token-dispenser.jar

If you get back a string then a period, space and another string, it worked! You should never have to call this directly, as gpapi and gplaycli call to it automatically to generate new tokens whenever they are needed. However, if this doesn't work theres some problem with token authentication. In that case, you can check out the original java code behind the token-dispenser in one of my repositories (aried02). If you need any help, just email me at: ariedelm [at] andrew [dot] cmu [dot] edu.

Those should be the only dependencies left that might break.

Clone this wiki locally