-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
30 lines (21 loc) · 897 Bytes
/
.env
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
# Use the format "email1:pass1,email2:pass2 ... and so on"
LOGIN=""
# Specify this (very important)
POINTS_PER_SEARCH = 5
# Currency choose USD|GBP|INR (Not necessarily required to be correct for BOT, just an estimate for user)
CUR = "USD"
# -----------------------------------------------------------------
# LEAVE BLANK IF YOU CAN'T FILL THE BROWSER_PATH AND DRIVER_PATH
# Otherwise choose chrome/brave/edge and fill the next 2 variables
BROWSER=""
# Locate the exe file of your browser
BROWSER_PATH = ""
# (Optional) Download chromedriver or edgedriver according to your browser version and locate msedgedriver.exe or chromedriver.exe
DRIVER_PATH = ""
# -----------------------------------------------------------------
# Specify in seconds
EXTRA_DELAY = 3
DEBUG = False
HEADLESS = False
# Paste your Gemini API key here for AI usage (Leave blank if you don't want to use)
API_KEY = ''