bgiesing / apkcrawler

APK Crawler is a tool to automatically retrieve APKs from various internet sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APK Crawler

APK Crawler is a tool to automatically retrieve APKs from various internet sources

Usage

Default

Fetches all APKs for all applications supported by OpenGApps

python apkcrawler.py

Specific

Fetches app APKs for specified applications supported by OpenGApps

python apkcrawler.py drive docs slides sheets

Inline

APK Crawler emits the downloaded filename so it can be used inline

./add_sourceapp.sh $(python apkcrawler.py drive docs slides sheets)

Requirements

Installation

pip install requests
pip install beautifulsoup4
pip install html5lib

Known Issues

  • Current support is limited to APKMirror, but future support will include Google Play
  • There needs to be a way to grab an older version of an application as the current version (e.g. Current WebView on APKMirror is the beta version)

About

APK Crawler is a tool to automatically retrieve APKs from various internet sources

License:Other


Languages

Language:Python 100.0%