This is a command line tool that downloads and extracts APK files from a given URL.
You can download the latest version of the tool from the releases page.
- Go 1.22 or later
- Git
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.
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.