-
Notifications
You must be signed in to change notification settings - Fork 33
/
config.json
46 lines (46 loc) · 1.08 KB
/
config.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"url": "https://www.adidas.com/us/yeezy",
"taskCount": 10,
"region": "US",
"splashMode": true,
"headless": false,
"headlessAfterSplash": false,
"splashCookieKeyword": "hmac",
"webdata": {
"enabled": false,
"path": ""
},
"autoCart": {
"enabled": false,
"PID": "",
"sizes": "16,15,14.5,3.5,4.5"
},
"twocaptcha": {
"enabled": false,
"apiKey": ""
},
"autoCheckout": {
"enabled": false,
"data": {
"firstName": "",
"lastName": "",
"address1": "",
"address2": "",
"city": "",
"countyProvince": "XX",
"postalCode": "",
"phone": "",
"emailAddress": "",
"creditCard_number": "",
"creditCard_cvn" : "",
"creditCard_month" : "xx",
"creditCard_year": "20xx"
}
},
"retryDelay": 10000,
"startUpDelayInterval": 10000,
"detectionInterval": 1000,
"alerts": true,
"windowHeight": 800,
"windowWidth": 800
}