Skip to content

a command line tool that downloads and extracts APK files.

License

Notifications You must be signed in to change notification settings

PokeGuys/apk-crawler

Repository files navigation

APK Crawler

This is a command line tool that downloads and extracts APK files from a given URL.

Installation

You can download the latest version of the tool from the releases page.

Pre-requisites

  • Go 1.22 or later
  • Git

Usage

To use the tool, you can run the following command:

go run github.com/pokeguys/apk-crawler/cmd/crawler@dev -s <source> -p <package-name>

The output will be a directory containing the extracted APK files.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.