Skip to main content

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

apkdownloader-0.0.4.tar.gz (53.0 kB view hashes)

Uploaded Source

Built Distribution

apkdownloader-0.0.4-py3-none-any.whl (54.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page