Windows
Generate your MonKey account on Windows using the CLI application.
How do I generate one?
## Sample config file ##
# Lines that start with a hash mark (#) are comments.
# You should include each category that you want an accessory from.
# Non-included categories will be regarded as "Any".
glasses: any
hats: none
misc: bowtie, camera, none
# etc.
# There are also two additional variables for settings.
# request-amount sets the amount of requests in each batch.
request-amount: 100 # 100 is the default value.
# log-data logs the result to a .txt file if set true.
log-data: true # false is the default value.

Last updated
Was this helpful?