apkeep v0.10.0 
William Budington <bill@eff.org>
Downloads APKs from various sources

USAGE:
    apkeep <-a app_id[@version] | -c csv [-f field] [-v version_field]> [-d download_source] [-r parallel] OUTPATH

ARGS:
    <OUTPATH>    Path to store output files

OPTIONS:
    -a, --app <app>
            Provide the ID and optionally the version 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: apk-pure] [possible values: apk-pure, google-
            play, f-droid]

    -f, --field <field>
            CSV field containing app IDs (used only if CSV is specified) [default: 1]

    -h, --help
            Print help information

    -l, --list-versions
            List the versions available

    -o, --options <options>
            A comma-separated list of additional options to pass to the download source

    -p, --password <google_password>
            Google App Password (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]

    -u, --username <google_username>
            Google Username (required if download source is Google Play)

    -v, --version-field <version_field>
            CSV field containing versions (used only if CSV is specified)
