-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
25 lines (24 loc) · 840 Bytes
/
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
{
"username": "myworkanauser@gmail.com",
"password": "mypasword",
"searches": {
"my_search1": "https://www.workana.com/jobs?category=it-programming&language=en%2Cpt&publication=3d&subcategory=e-commerce%2Cwordpress-1",
"my_search2": "https://www.workana.com/jobs?category=it-programming&language=en%2Cpt%2Ces&publication=1d&subcategory=web-development"
},
"scrapper": {
"wait": 10,
"executable_path": "/home/mysuer/workana-listing/chromedriver",
"options": [
"--user-data-dir=/home/mysuer/workana-listing/tmp",
"--window-size=1920,1080",
"--start-maximized",
"--disable-extensions",
"--disable-gpu",
"--no-sandbox",
"--incognito",
"--disable-blink-features=AutomationControlled",
"--disable-dev-shm-usage",
"--ignore-certificate-errors"
]
}
}