-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 802 Bytes
/
config.json
File metadata and controls
27 lines (27 loc) · 802 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
{
"base_url": "https://www.amazon.in/OnePlus-Mirror-Black-128GB-Storage/dp/B085J19V4P/ref=lp_22429860031_1_1?s=electronics&ie=UTF8&qid=1606594150&sr=1-1",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36",
"elements": {
"product_title": {
"target_type": "id",
"target_value": "productTitle"
},
"stock_text": {
"target_type": "id",
"target_value": "availability"
},
"price_text": {
"target_type": "id",
"target_value": "priceblock_dealprice"
}
},
"redis": {
"host": "localhost",
"port": 6379
},
"smtp": {
"sender": "mathewshinu9474@gmail.com",
"reciever": "shinu.mathews28@gmail.com",
"password": "qhhtfalsdvkacktn"
}
}