GithubHelp home page GithubHelp logo

apkd's Introduction

APK Downloader

License

> apkd -p com.twitter.android -lv
Newest version: 10.34.0-release.0 (310340000) from ApkCombo

ApkCombo
+-------------------+--------------+-------------+-----------+
| Version name      | Version code | Update date | Size      |
+-------------------+--------------+-------------+-----------+
| 10.34.0-release.0 | 310340000    | N/A         | 116.00 MB |
+-------------------+--------------+-------------+-----------+

ApkPure
+-------------------+--------------+-------------+-----------+
| Version name      | Version code | Update date | Size      |
+-------------------+--------------+-------------+-----------+
| 10.34.0-release.0 | 310340000    | 27.03.2024  | 115.82 MB |
| 10.33.0-release.0 | 310330000    | 20.03.2024  | 115.82 MB |
| 10.32.0-release.1 | 310320001    | 13.03.2024  | 115.76 MB |
+-------------------+--------------+-------------+-----------+
> apkd -p com.twitter.android -d -s apkcombo
ApkCombo: com.twitter.android (310340000) |####################################        |  13.5 MiB/s

Description

APK Downloader is a tool that allows you to easily download APK files from popular app stores. With this tool, you can quickly obtain APK files for various Android applications directly to your local machine.

Supported app stores

Multiple versions - support for downloading different versions of the application (key -lv)

Update date - support for getting the app update date

Store Multiple versions Update date
F-Droid ✔️ ✔️
ApkPure ✔️ ✔️
ApkCombo ✔️
AppGallery
RuStore ✔️
RuMarket ✔️
NashStore ✔️

Features

  • Support for multiple sources
  • Automatic search for all sources
  • Simple and intuitive command-line interface
  • Modularity and extensibility. PR is welcome
  • Active support and development
  • ???

Installation

pip install git+https://github.com/kiber-io/apkd

... and use command "apkd" anywhere!

Docker

  1. Install Docker (https://docs.docker.com/get-docker/).
  2. Build Docker image
git clone https://github.com/kiber-io/apkd.git
cd apkd
docker build --tag apkd:1.0 .
  1. Run
# on linux
docker run --rm -v ${PWD}:/usr/src/app apkd:1.0 --help

# on windows
docker run --rm -v "%cd%":/usr/src/app apkd:1.0 --help

Usage

To download an APK file, run the following command:

apkd -p com.twitter.android -d

To list available versions:

apkd -p com.twitter.android -lv

To choose source:

apkd -p com.twitter.android -d -s apkpure

To download certain version:

apkd -p com.twitter.android -d -vc 310260000

Dependencies

  • beautifulsoup4 - for easy parsing of html pages of some stores
  • progressbar2 - to visually display the download process
  • requests - for all network requests
  • user-agent - to hide and randomize the user-agent
  • prettytable - for a beautiful display of the list of versions in the table
  • pypasser - to bypass ReCaptcha at the ApkCombo

apkd's People

Contributors

kaimi- avatar kiber-io avatar

Stargazers

LawlessCarrot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.