Skip to content

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

License

Notifications You must be signed in to change notification settings

nagyistge/apkcrawler

 
 

Repository files navigation

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 Open GApps from APK Mirror

python apkcrawler.py

or missing APKs from Aptoide and APK-DL

./report_sources.sh nohelp nosig | python aptoidecrawler.py
./report_sources.sh nohelp nosig | python apk-dlcrawler.py

Specific

Fetches app APKs for specified applications supported by Open GApps using their .gapps-config codename

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)

or

./add_sourceapp.sh $(python aptoidecrawler.py report.txt)
./add_sourceapp.sh $(python apk-dlcrawler.py report.txt)

Supported Sites

Requirements

Installation

pip install requests beautifulsoup4 html5lib requesocks

Known Issues

  • There needs to be a way to grab an older version of an application as the current version (e.g. Current WebView on APK Mirror is the beta version)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%