À propos | Caractéristiques | Technologies | Exigences | Démarrage | Licence | Auteur
Ce package vous aide à télécharger directement un APK depuis Google Play en fournissant l'identifiant du package de l'application.
✔️ Fonctionnalité 1. Vérifie l'ID du package d'une application
✔️ Fonctionnalité 2. Télécharge la dernière version d'apk sur Google Play
Les packages suivants ont été utilisés dans ce projet Python :
Avant de commencer ?, vous devez avoir Git et Python ? installé.
# 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 `
Ce projet est sous licence du MIT. Pour plus de détails, consultez le fichier LICENSE.
Réalisé avec ❤️ par EngineerDanny
Retour en haut