forked from EFForg/apkeep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
USAGE
20 lines (17 loc) · 1.13 KB
/
USAGE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apkeep v0.5.0
William Budington <bill@eff.org>
Downloads APKs from various sources
USAGE:
apkeep <-a app_id | -c csv [-f field]> [-d download_source] [-r 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