Download apk from Google Play via package name.
Project description
apk-downloader
use google api download apk via python3
Usage:
-
Download project
git clone https://github.com/krnick/apk-downloader.git
-
How to use:
$ pip3 install apk-downloader
import apkdownloader apk = apkdownloader.apkdownloader(mail,password,locale,timezone) apk.download("package.name")
-
Problem solved :
You need to login on below website before use this package. https://accounts.google.com/b/0/DisplayUnlockCaptcha If show up SecurityCheckError when you modify the code also need to re-login.
-
Function_description:
-
透過package name 下載 apk def downloadApkByPackageName(packagename):
-
透過搜尋字串,搜尋最接近apk def searchApkByKeyWord(search_word, maximum_search):
-
透過package name 取得apk 細節資訊 def getDetailsByPackName(packagename):
-
取得所有分類 def browseCategories():
-
透過大分類取得子分類 def getSubListByCategory(category):
-
透過大分類、子分類 取得對應的package name def getAppBySubList(category, sub_list):
-
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for apkdownloader-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b94cc70774d0642dfdcf65a7e84e2e09c3c3f43d879cdd6f61340d4931587ec |
|
MD5 | ea107eced923e0c11b24081ff57df8af |
|
BLAKE2b-256 | a70f9359b0d66d323eee977432fe38706eee7be4f17e51f7dd5f7b2913b74f35 |