-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.py
29 lines (18 loc) · 949 Bytes
/
config.py
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
#Some features of the bot works only with www.adidas.co.in URL
# Your adidas credentials go here
email = "your_mail_here@domain.com"
password = "your_password_here"
# Start With Menu or Automation During StartUp
menu = 1 # 0=Menu, 1,2,..n=Automation Number | When using your own method, change it automation method number
# Automation 1 Data
early_product_lnk = "https://www.adidas.co.in/yzy-foam-runner-adults/GY3969.html" #If you have a early product link, paste it here
# Bagout & Checkout Example Data
bagout_link = "https://www.adidas.co.in/shereton-m/EY2995.html" # A sample product
#bagout_link = "https://www.adidas.co.in/yzy-foam-runner-adults/GY3969.html" # Main Product
size = 10 # Required size
instances = 4
pay_4_real = False
#Scrap Data
scrap_link = "https://www.adidas.co.in/originals-men-shoes" # Replace With Any Adidas Link You Want to Scrap
# Login URL
login = "https://www.adidas.co.in/account-login" # Dont change