An open API service indexing awesome lists of open source software.

https://github.com/jayluxferro/apk-downloader

APK Downloader
https://github.com/jayluxferro/apk-downloader

android apk apk-downloader bundle-identifier downloader

Last synced: 10 months ago
JSON representation

APK Downloader

Awesome Lists containing this project

README

          

### APK Downloader
- Python3
- Requires **wget** downloader

#### Instructions
1. Clone project
```
git clone https://github.com/jayluxferro/APK-Downloader
```

2. 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