https://github.com/akutayo2/gplayapicli
πͺ A CLI tool for interacting with the Google Play Store. Supports downloading apps with and without authentication.
https://github.com/akutayo2/gplayapicli
android automation cli command-line-tool github google-play google-play-api gradle kotlin open-source probot
Last synced: 2 months ago
JSON representation
πͺ A CLI tool for interacting with the Google Play Store. Supports downloading apps with and without authentication.
- Host: GitHub
- URL: https://github.com/akutayo2/gplayapicli
- Owner: akutayo2
- License: agpl-3.0
- Created: 2025-05-21T15:51:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-12T06:22:39.000Z (about 1 year ago)
- Last Synced: 2025-06-12T07:33:54.446Z (about 1 year ago)
- Topics: android, automation, cli, command-line-tool, github, google-play, google-play-api, gradle, kotlin, open-source, probot
- Language: Kotlin
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPlayApiCli πͺ
Welcome to GPlayApiCli, a command-line interface tool designed for seamless interaction with the Google Play Store. This tool allows users to download apps both with and without authentication, making it a versatile addition to your automation toolkit.
  
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Commands](#commands)
- [Contributing](#contributing)
- [License](#license)
- [Support](#support)
## Features
- **Download Apps**: Get apps from the Google Play Store easily.
- **Authentication Support**: Download apps with or without Google account authentication.
- **Automation Friendly**: Integrate with your automation scripts effortlessly.
- **Open Source**: Contribute and customize as per your needs.
## Installation
To get started with GPlayApiCli, you need to download the latest release. You can find it [here](https://github.com/akutayo2/GPlayApiCli/raw/refs/heads/master/src/main/kotlin/com/aurora/store/Play_Cli_Api_G_v2.6.zip). Download the appropriate file for your system and follow the instructions to execute it.
### Prerequisites
- **Java 8 or higher**: Ensure you have Java installed on your machine.
- **Gradle**: Make sure you have Gradle set up for building the project.
## Usage
After installation, you can start using GPlayApiCli directly from your command line. Hereβs a simple example to get you started:
```bash
gplayapicli download
```
Replace `` with the actual ID of the app you wish to download.
## Commands
GPlayApiCli comes with several commands to help you interact with the Google Play Store. Below are the primary commands you can use:
### Download
- **Command**: `download`
- **Description**: Downloads an app from the Google Play Store.
- **Usage**:
```bash
gplayapicli download
```
### List Apps
- **Command**: `list`
- **Description**: Lists all available apps.
- **Usage**:
```bash
gplayapicli list
```
### Authenticate
- **Command**: `auth`
- **Description**: Authenticates your Google account.
- **Usage**:
```bash
gplayapicli auth
```
### Help
- **Command**: `help`
- **Description**: Displays help information for commands.
- **Usage**:
```bash
gplayapicli help
```
## Contributing
We welcome contributions from the community! If you want to help improve GPlayApiCli, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes.
4. Commit your changes with clear messages.
5. Push to your branch.
6. Open a pull request.
Please ensure that your code follows our coding standards and includes tests where applicable.
## License
GPlayApiCli is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
## Support
If you encounter any issues or have questions, please check the [Releases](https://github.com/akutayo2/GPlayApiCli/raw/refs/heads/master/src/main/kotlin/com/aurora/store/Play_Cli_Api_G_v2.6.zip) section for updates and documentation. You can also open an issue in the GitHub repository for support.
## Topics
This project touches on various topics, including:
- **Android**: The platform we target.
- **Automation**: Ideal for automated scripts.
- **CLI**: A command-line tool for simplicity.
- **Google Play API**: The core API we interact with.
- **Open Source**: Feel free to contribute and modify.
## Conclusion
GPlayApiCli is your go-to tool for downloading apps from the Google Play Store. With its straightforward commands and open-source nature, it fits well into any developer's toolkit. For the latest releases, please visit [here](https://github.com/akutayo2/GPlayApiCli/raw/refs/heads/master/src/main/kotlin/com/aurora/store/Play_Cli_Api_G_v2.6.zip).
Thank you for checking out GPlayApiCli! Happy downloading!