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
- Host: GitHub
- URL: https://github.com/hasanbayatme/apk-scrape
- Owner: hasanbayatme
- License: mit
- Created: 2018-02-06T13:40:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T08:00:27.000Z (over 7 years ago)
- Last Synced: 2025-02-28T16:18:14.764Z (8 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)