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.
- 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.
To get started with GPlayApiCli, you need to download the latest release. You can find it here. Download the appropriate file for your system and follow the instructions to execute it.
- Java 8 or higher: Ensure you have Java installed on your machine.
- Gradle: Make sure you have Gradle set up for building the project.
After installation, you can start using GPlayApiCli directly from your command line. Here’s a simple example to get you started:
gplayapicli download <app-id>
Replace <app-id>
with the actual ID of the app you wish to download.
GPlayApiCli comes with several commands to help you interact with the Google Play Store. Below are the primary commands you can use:
- Command:
download
- Description: Downloads an app from the Google Play Store.
- Usage:
gplayapicli download <app-id>
- Command:
list
- Description: Lists all available apps.
- Usage:
gplayapicli list
- Command:
auth
- Description: Authenticates your Google account.
- Usage:
gplayapicli auth <email> <password>
- Command:
help
- Description: Displays help information for commands.
- Usage:
gplayapicli help
We welcome contributions from the community! If you want to help improve GPlayApiCli, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Commit your changes with clear messages.
- Push to your branch.
- Open a pull request.
Please ensure that your code follows our coding standards and includes tests where applicable.
GPlayApiCli is licensed under the MIT License. See the LICENSE file for more information.
If you encounter any issues or have questions, please check the Releases section for updates and documentation. You can also open an issue in the GitHub repository for support.
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.
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.
Thank you for checking out GPlayApiCli! Happy downloading!