A simple Google Play Store downloader based on AuroraOSS GPlayApi
gradle build
will build the application and package it as a jar file without dependenciesgradle shadowJar
will build the application and package all of its dependencies into a single jar file
The output jar files can be found at <project root>/app/build/libs/
- Obtain an AASToken using this app
- Create a file named auth config text file with the following contents:
- Type the email address you used to obtain the AASToken and the AASToken on one line, divided by a space character
- Create a file with the app ids of the applications you want to download. Each app id must be on a separate line.
- Run the app with
java -jar <jar file> -a <the file containing app ids> -c <the auth config file> -o <output directory>
gplay-downloader is licensed under the GNU General Public License version 3 or later.