-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconst.js
More file actions
23 lines (22 loc) · 774 Bytes
/
Copy pathconst.js
File metadata and controls
23 lines (22 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"use strict";
module.exports = Object.freeze({
"user": "mederic.peudevin76@gmail.com",
"password": "Mederic149",
"cv_code": "123",
"size": "EU 42",
"urlLaunch": "https://www.nike.com/fr/launch",
"urlLogin": "https://www.nike.com/fr/login",
"urlShoe": "https://www.nike.com/fr/launch/t/acg-moc-3-0-tie-dye",
"urlPayment": "https://www.nike.com/fr/fr/checkout/tunnel",
"debug": true,
"htmlPath": "htmls/bot_",
"screenshotPath": "screenshots/bot_",
"buy": true,
"proxy": "127.0.0.1:8118",
"smsEmail": "valhrg@gmail.com",
"getSmsCodeToken": "abcd01968aaac778fce176ddcce3348c",
"passwordToCreateAccount": "@Mederic149",
"name" : "Mederic",
"surname": "Peudevin",
"emailPrefix": "mederic.peudevin7+"
});