forked from danielhuici/Wallamonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathargs.json
More file actions
30 lines (30 loc) · 777 Bytes
/
args.json
File metadata and controls
30 lines (30 loc) · 777 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
[
{
"search_query": "ps4",
"latitude": "40.4165",
"longitude": "-3.70256",
"max_distance":"0",
"condition": "all",
"min_price": "20",
"max_price": "80",
"title_exclude" : ["DualShock", "Volante"],
"description_exclude": [],
"title_must_include" : [],
"title_first_word_exclude": "juego",
"description_must_include" : []
},
{
"search_query": "3ds",
"max_distance":"0",
"latitude": "40.4165",
"longitude": "-3.70256",
"condition": "all",
"min_price": "15",
"max_price": "70",
"title_first_word_exclude": "juego",
"title_exclude" : ["pokemon", "Pokemon"],
"description_exclude": [],
"title_must_include" : [],
"description_must_include" : []
}
]