A py module to download APKs from APKPure.
pip install selenium -i https://pypi.douban.com/simple
note: chrome-driver is used. download url:https://chromedriver.chromium.org/downloads According to your own chrome version, download the corresponding version and put it in the root directory of python.
See available command flags
PS C:\Users\admin\Desktop\pyapkpure> python .\main.py --h
python main.py --PkgName <PkgName> --VersionCode <VersionCode>
Get download link for the latest version of a package
PS C:\Users\admin\Desktop\pyapkpure> python .\main.py --PkgName com.whatsapp
Download specific version of a package.
PS C:\Users\admin\Desktop\pyapkpure> python .\main.py --PkgName com.gzentertainment.warofheroes --VersionCode 103
When the download starts, a chrome download box will pop up.