-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 869 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Accounts": [
{
"account_name": "Аккаунт 1",
"x-o3-app-version": "17.40.1(2518)",
"__Secure-access-token": "",
"__Secure-refresh-token": "",
"abt_data": "",
"generate_abt_data": true,
"use_proxy": false,
"proxy": ""
}
],
"Sleep_settings": {
"sleep_between_pinneaples": true,
"min_delay": 5,
"max_delay": 18,
"afk": false,
"chance_to_afk": 5,
"afk_time_min": 5,
"afk_time_max": 20,
"sleep_between_products": true,
"min_time": 0.1,
"max_time": 1.1
},
"Error_handling": {
"sleep_if_403_status_code": true,
"sleep_time_min": 4,
"sleep_time_max": 11,
"max_product_check_tries": 15
}
}