-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.11 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"paths": {
"query_file": "/home/coskun/queries.txt",
"proxy_file": "/home/coskun/proxies.txt",
"user_agents": "user_agents.txt",
"filtered_domains": "domains.txt"
},
"webdriver": {
"proxy": "",
"auth": true,
"incognito": false,
"country_domain": false,
"language_from_proxy": false,
"ss_on_exception": false,
"window_size": "",
"shift_windows": false
},
"behavior": {
"query": "",
"ad_page_min_wait": 10,
"ad_page_max_wait": 15,
"nonad_page_min_wait": 15,
"nonad_page_max_wait": 20,
"max_scroll_limit": 0,
"check_shopping_ads": true,
"excludes": "",
"random_mouse": false,
"custom_cookies": false,
"click_order": 5,
"browser_count": 2,
"multiprocess_style": 1,
"loop_wait_time": 60,
"running_interval_start": "00:00",
"running_interval_end": "00:00",
"2captcha_apikey": "",
"hooks_enabled": false,
"telegram_enabled": false,
"send_to_android": false
}
}