-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (32 loc) · 769 Bytes
/
config.json
File metadata and controls
33 lines (32 loc) · 769 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
{
"origins": [
{"iata": "SLC", "name": "Salt Lake City", "city": "Salt Lake City", "state": "UT", "lat": 40.7899, "lng": -111.9791},
{"iata": "PVU", "name": "Provo", "city": "Provo", "state": "UT", "lat": 40.2181, "lng": -111.7233}
],
"date_ranges": [
{"name": "Summer Break", "start": "2026-04-27", "end": "2026-09-01"}
],
"trip_lengths": [6, 7, 8, 9, 10],
"filters": {
"max_stops": 1,
"price_thresholds": {
"EU_SA": 800,
"OTHER": 800
}
},
"rate_limits": {
"monthly_limit": 300,
"daily_limit": 10
},
"api": {
"results_per_request": 50,
"min_delay_seconds": 0.5
},
"email": {
"smtp_host": "smtp.gmail.com",
"smtp_port": 587
},
"scan": {
"max_deals_per_notification": 10
}
}