๐Ÿ“Setting Up Tasks

If you haven't already, download Ron's Editor: Download

After, navigate to the sites folder in your bot instillation. After, pick the site you are wanting to setup tasks for. You should see the file named tasks_<site name>.csv.

Open this file, and input your task information.

Tasks Schema

PROFILE_NAME
ACCOUNT EMAIL
SKU
SIZE
MODE
TASK MODE
QUANTITY
DELAY

tasks_<site name>.csv
PROFILE_NAME,ACCOUNT EMAIL,SKU,SIZE,MODE,TASK MODE,QUANTITY,DELAY
,,,,,,,

Task Field Explanations

Field
Meaning
Example

PROFILE_NAME

Profile name from profiles.csv.

main

ACCOUNT EMAIL

Account email from accounts_<site name>.csv.

example@example.com

SKU

The product identifier based on the module mode. Usually, MSKU or PID.

555088-134

SIZE

Size shown on site. This must be one size, or "random" mode.

Ex: 44.5 or random.

random

MODE

Module mode (msku, pid, login, normal, etc.)

msku

TASK MODE

monitor or checkout

monitor

QUANTITY

Amount of tasks of this row's task you want to run

1

DELAY

Time delay in milliseconds (ms)

1000

Last updated