-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
51 lines (40 loc) · 2.5 KB
/
Copy pathconfig.yaml
File metadata and controls
51 lines (40 loc) · 2.5 KB
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
47
48
49
50
51
# General Settings
os: "windows" # Options: "windows", "linux"
maxSearchPerDay: 5
browser: "brave" # Options: "chrome", "brave" # Brave browser recommended
simulateMouse: true # To run this, you have t`o press Tilde / Backtick Key (`) to start and stop the mouse simulation.
# Paths ######### -- IMPORTANT -- MAKE SURE YOU PUT '\\' INSTEAD OF '\' IN THE PATHS BELOW, OTHERWISE THE BOT WON'T WORK -- IMPORTANT -- ############
chromePath: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" # You can leave empty if you have chosen brave as browser
bravePath: "C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" # # You can leave empty if you have chosen chrome as browser
userDataDir: "C:\\brave-temp-data"
queriesFilePath: "assets/queries.txt"
databasePath: "assets/database"
databaseBackupPath: "assets/database_backup.json"
mouseRecordingsPath: "assets/mouse_records.txt" # Leave blank if you didn't enable mouse simulation
####################################--IMPORTANT--###################################|
# To setup the profiles, Make sure you reed the instructions in the How_To_Use file.|
#####################################################################################
profiles:
localFolderList: # Folder name of each Profile in chrome
- "Default" # You can have multiple or just one profile
- "Profile 1"
- "Profile 2"
- "Profile 4"
#################################--IMPORTANT--###########################################################|
# If you want to use proxy, you have to set enableProxy to true and configure the proxy settings below. |
# You can use either static proxies or Webshare API keys. |
# You have to choose one of two options, and make sure to set the other option to false. |
# If you are not using proxy, set enableProxy to false. |
##########################################################################################################
# Proxy Settings
enableProxy: false
proxySettings: #If you are not using Proxy, change this to ProxySettings: null
useStaticProvider: false
staticProxies:
- "0.0.0.0:0000" # You can have multiple providers or just one
- "0.0.0.0:0000"
- "0.0.0.0:0000"
useWebshareApi: false
webshareKeys:
- "YOUR_API_KEY_1" # You can have multiple APIs or just one
- "YOUR_API_KEY_2"