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
- Host: GitHub
- URL: https://github.com/jayluxferro/apk-downloader
- Owner: jayluxferro
- Created: 2021-03-06T11:42:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T11:09:49.000Z (about 2 years ago)
- Last Synced: 2024-06-04T12:31:26.618Z (about 2 years ago)
- Topics: android, apk, apk-downloader, bundle-identifier, downloader
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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