-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.py
More file actions
34 lines (32 loc) · 788 Bytes
/
config.py
File metadata and controls
34 lines (32 loc) · 788 Bytes
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
webdriver_path = r' ..\chromedriver.exe'
url_ozon = "https://www.ozon.ru/category/noutbuki-15692/" # проблемы с cloudflare
url_mvideo = "https://www.mvideo.ru/noutbuki-planshety-komputery-8/noutbuki-118?page={}" # good
url_dns = 'https://www.dns-shop.ru/catalog/17a892f816404e77/noutbuki/?order=6&stock=now&p={}' # good
headers = [
'Brand',
'PriceNow',
'PriceOriginal',
'Guarantee',
'Country',
'Series',
'OS',
'windows',
'CoresNumber',
'ProcessorModel',
'Processor',
'ProcessorType',
'ProcessorFrequency',
'GpuManufacturer',
'GpuController',
'GpuCapacity',
'ScreenSize',
'Diagonal',
'ScreenFrequency',
'SsdSize',
'RAM',
'RAM_type',
'HDMI',
'Material',
'Battery',
'Weight'
]