-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_input.py
More file actions
25 lines (19 loc) · 967 Bytes
/
data_input.py
File metadata and controls
25 lines (19 loc) · 967 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
TOKEN = "2074405616:AAELmVVREYkoarofl6loqjljkvihA_VBP2E"
bot_chatID = '439542902'
#streamlit run bot_server.py
headers = {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36",
"bx-ajax": "false"
}
#_data = {'id': '/parka-urban-planet-softech-blk/p1926',
# 'Info': 'Парка Urban Planet Softech Blk',
# 'Size': ['S', 'XL'],
# 'Price': '1 325',
# 'PriceDiscount':'500'}
#{'id':'arka-urban-planet-softech-blk','Size':'S'},
UP_url = "https://urbanplanet-streetwear.com"
UP_url_parks = "https://urbanplanet-streetwear.com/mens-parks-jackets-bombers/c004/page-"
UP_pagination_count = 3
UP_wishes =[{'id':'bomber-long-nvy', 'Size':'L'},
{'id':'bomber-long-nvy', 'Size':'XL'}]