Skip to content

batrukanya/apkpure_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

apkpure_download

A py module to download APKs from APKPure.

Dependence

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.

CLI Usage

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.

About

a py module to download apk from apkpure.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages