Freelance
$200/mo
TBD
Feb 21, 2023
Hi,
I'm looking for someone who can write a script in Python or NodeJS to download APKs from the Google Play Store.
You must not use the already available open-sourced scripts, such as those found on GitHub. Most of them do not work or suit my needs.
The script must accept the following parameters:
- app ID to download
- name of the output files (without extension, e.g: "a-cool-app-v23")
- path where the files should be saved
- Proxy credentials so that Google doesn't block our IP address
- Playstore account username and password may be required to download the files. If yes, the script must allow us to pass the account credentials (user, pass)
The script must output the following data:
- App version that has been downloaded
- APK filename
- OBB filename (if available)
- XAPK filename (if available)
The script must do the following:
- Download APK files as well as OBB & XAPK files if available
- Use proxies if provided by the user
- Inform when the download is completed
What I need is something similar to the belowscript, which is outdated:
-
-
I want the script file which we can upload to our server to automate the APK download. The script must provide methods to download the APKs.