https://github.com/german1608/android-bundle-uploader
Small and simple python script that uploads an Android App Bundle to the Google Play Store
https://github.com/german1608/android-bundle-uploader
aab android androidappbundle googleapiclient python3
Last synced: 6 months ago
JSON representation
Small and simple python script that uploads an Android App Bundle to the Google Play Store
- Host: GitHub
- URL: https://github.com/german1608/android-bundle-uploader
- Owner: german1608
- Created: 2019-09-16T22:41:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T17:20:49.000Z (over 4 years ago)
- Last Synced: 2023-03-05T04:07:24.699Z (over 2 years ago)
- Topics: aab, android, androidappbundle, googleapiclient, python3
- Language: Python
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-bundle-uploader
Small and simple python script that uploads an Android App Bundle to the Google Play Store
## Usage
1. Install the package using pip `pip install -e .`
2. Run `android-bundle-uploader` to execute the script and get usage info## How to contribute
Just open a Pull Request with some feature or bugfix that you like to :)