Apk Downloader
About | Features | Technologies | Requirements | Starting | License | Author
π―
About
This package helps you to directly download an APK from Google Play by providing the package id of the app.
β¨
Features
π
Technologies
The following packages were used in this Python Project:
β
Requirements
Before starting
π
Starting
# 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`
π
Running
# 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`
π
License
This project is under license from MIT. For more details, see the LICENSE file.
Made with