NanoAIO
  • 👋Welcome to NanoAIO
  • Getting started
    • 🛠️Getting set up
      • 📂Folder Overview
      • ⚙️Config File
      • 📔Task CSV
        • 🌎Supported Regions
  • Guides
    • 🖥️Using the CLI
      • ⌨️Hotkeys
    • 📱Setting up the Mobile App
      • ☁️AWS Extra Steps
    • 🌐Proxies
    • 🍪Cookie Gens
Powered by GitBook
On this page
  1. Getting started
  2. Getting set up

Config File

The config file uses the TOML format, it is easy to read and edit. Open config.toml with the notepad to begin editing the config. Each field already has a description of what you should be inputting.

# Fill out the configuration file with your own settings
# Enter your information inbetween the "" marks and do not change the names of the variables
key = "NANO-ABCD123-ABCD123-ABCD123" # Your License Key

webhook = "Webhook URL" # Your Webhook URL, AYCD webhooks are supported

kasada_proxies = "test" # Your kasada proxy list
kasada_threads = 5 # Number of threads to use for generating kasada cookies
kasada_max = 30 # Max number of cookies to generate

akamai_proxies = "test" # Your akamai proxy list
akamai_threads = 30 # Number of threads to use for generating akamai cookies
akamai_max = 1000 # Max number of cookies to generate

The settings provided here are the recommended settings for a drop when running 800 tasks. (800 tasks is the recommended amount to run for drops).

PreviousFolder OverviewNextTask CSV

Last updated 1 year ago

🛠️
⚙️