Skip to content

kiber-io/apkdgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APK Downloader CLI

This project is a command-line tool for downloading APK files from various sources.

Supported Sources:

  • ApkCombo
  • F-Droid
  • RuStore
  • Nashstore (may not work for non-Russian IP addresses)
  • ApkPure (WIP)

Usage

apkd [flags]

Flags

  • --package, -p: Specify the package name(s) of the app(s) to download. Example:

    apkd -p com.example.app
  • --source, -s: Specify the source(s) for downloading APKs. Example:

    apkd -s apkpure -p com.example.app
  • --file, -f: Provide a file containing a list of package names. Example:

    apkd -f packages.txt
  • --dev: Enable batch download mode for all apps from a specific developer. You need to specify the application package from the developer whose apps should be searched and downloaded using the -p/--package flag. Example:

    apkd --dev --package com.example.app
  • --force, -F: Force download even if the file already exists. Example:

    apkd -F -p com.example.app
  • --output-dir, -O: Specify the output directory for downloaded APKs. Example:

    apkd -O ./downloads -p com.example.app
  • --output-file, -o: Specify the output file name for downloaded APKs. Example:

    apkd -o app.apk -p com.example.app
  • --verbose, -v: Set verbosity level. Use -v or -vv for more detailed logs. Example:

    apkd -v -p com.example.app
  • --version, -V: Print the version information and exit. Example:

    apkd -V
  • --list-sources, -l: List all available sources. Example:

    apkd -l

Example

Download an APK for a specific package from a specific source:

apkd -p com.example.app -s apkpure -O ./downloads

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published