An open API service indexing awesome lists of open source software.

https://github.com/hasanbayatme/apk-scrape

Scrape and download APK using package identifier from https://apkpure.com
https://github.com/hasanbayatme/apk-scrape

Last synced: 7 months ago
JSON representation

Scrape and download APK using package identifier from https://apkpure.com

Awesome Lists containing this project

README

          

# APK Scrape

Scrape and download APK using package identifier from [APKPure](https://apkpure.com)

## Usage

```
apk-scrape -p ./packages.txt -d ./download
```

## Installation

Clone the repository:

```
git clone https://github.com/EmpireWorld/apk-scrape.git
```

Use the command line:

```
./apk-scrape -p ./packages.txt -d ./download
```

## Help

```
apk-scrape --help
```

## License

MIT @ [Hasan Bayat](https://github.com/EmpireWorld)

Made with :heart: by [Hasan Bayat](https://github.com/EmpireWorld)