Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 724 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 724 Bytes

APK Downloader

  • Python3
  • Requires wget downloader

Instructions

  1. Clone project
git clone https://github.com/jayluxferro/APK-Downloader
  1. Install python dependencies using pip
cd APK-Downloader
pip install -r requirements.txt

Usage

python apk-downloader.py [bundle identifier]

Eg.

python apk-downloader.py com.ecgmobile

NB: To determine the bundle identifier, visit https://play.google.com/store/apps. Search for the app and the bundle identifier will show up in the URL; as shown below.

Limitations

NB: Rate Limited. Try using a VPN.

Acknowledgement

  1. https://github.com/EngineerDanny/apk-downloader