https://github.com/ikolomiko/gplay-downloader
A simple Google Play Store downloader based on AuroraOSS GPlayApi
https://github.com/ikolomiko/gplay-downloader
Last synced: 5 months ago
JSON representation
A simple Google Play Store downloader based on AuroraOSS GPlayApi
- Host: GitHub
- URL: https://github.com/ikolomiko/gplay-downloader
- Owner: ikolomiko
- License: gpl-3.0
- Created: 2023-02-05T13:03:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T22:58:26.000Z (about 2 years ago)
- Last Synced: 2024-12-03T02:11:57.535Z (7 months ago)
- Language: Kotlin
- Homepage:
- Size: 194 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gplay-downloader
A simple Google Play Store downloader based on [AuroraOSS GPlayApi](https://gitlab.com/AuroraOSS/gplayapi)
## Building
- `gradle build` will build the application and package it as a jar file without dependencies
- `gradle shadowJar` will build the application and package all of its dependencies into a single jar fileThe output jar files can be found at `/app/build/libs/`
## Usage
1. Obtain an AASToken using [this app](https://github.com/whyorean/Authenticator)
2. 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
3. Create a file with the app ids of the applications you want to download. Each app id must be on a separate line.
4. Run the app with `java -jar -a -c -o `## License
gplay-downloader is licensed under the [GNU General Public License version 3](/LICENSE) or later.