apk-dl 0.4.3

A command-line tool for downloading APK files from various sources
APK Downloader 
William Budington <bill@eff.org>
Downloads APKs from various sources

USAGE:
    apk-dl <-a app_id | -c csv [-f field]> [-d download_source] [-p parallel] OUTPATH

OPTIONS:
    -a, --app-id <app_id>                      Provide the ID of an app directly (e.g. com.instagram.android)
    -c, --csv <csv>                            CSV file to use
    -d, --download-source <download_source>    Where to download the APKs from [default: APKPure]  [possible values:
                                               APKPure, GooglePlay]
    -f, --field <field>                        CSV field containing app IDs (used only if CSV is specified) [default: 1]
    -p, --password <google_password>           Google App Password (required if download source is Google Play)
    -u, --username <google_username>           Google Username (required if download source is Google Play)
    -r, --parallel <parallel>                  The number of parallel APK fetches to run at a time [default: 4]
    -s, --sleep-duration <sleep_duration>      Sleep duration (in ms) before download requests [default: 0]

ARGS:
    <OUTPATH>    Path to store output files