About | Features | Technologies | Requirements | Starting | License | Author
This package helps you to directly download an APK from Google Play by providing the package id of the app.
✔️ Feature 1. Verifies the package ID of an app
✔️ Feature 2. Downloads the latest apk version on Google Play
The following packages were used in this Python Project:
Before starting 🏁, you need to have Git and Python🐍 installed.
# Clone this project
$ git clone https://github.com/EngineerDanny/apk-downloader
# Access
$ cd apk-downloader
# Install dependencies
$ `pip install -r requirements.txt` or `pip3 install -r requirements.txt`
# Command
$`python main.py {bundle identifier}` or `python3 main.py {bundle identifier}`
# Example
$`python main.py com.imdb.mobile` or `python3 main.py com.imdb.mobile`
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by EngineerDanny