This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathconfig.json
95 lines (95 loc) · 2.83 KB
/
config.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"airlineAmenities": [
{
"airlineCode": "AC",
"podsAircraft": ["A330", "787", "777"],
"wifiAircraft": ["A321", "A319", "A320", "E175", "CRJ900", "E90", "777-300", "777-200", "220-300"]
},
{
"airlineCode": "UA",
"podsAircraft": ["787", "777", "757-200", "767"],
"wifiAircraft": ["170", "175", "700", "550", "A320", "767-300", "767-400", "777-200", "777-300", "787-8", "787-9", "787-10", "737-700", "737-800", "737-900", "737 MAX", "757-200"]
},
{
"airlineCode": "B6",
"podsAircraft": ["Mint", "A321"],
"wifiAircraft": ["*"]
},
{
"airlineCode": "WN",
"podsAircraft": [],
"wifiAircraft": ["*"]
},
{
"airlineCode": "AS",
"podsAircraft": [],
"wifiAircraft": ["E175", "737-900", "A320", "A321", "737-800", "737-700"]
},
{
"airlineCode": "HA",
"podsAircraft": []
}
],
"airlineGroups": {
"staralliance": ["AC", "JP", "A3", "CA", "AI", "NZ", "NH", "OZ", "OS", "AV", "SN", "CM", "OU", "MS", "ET", "BR", "HO", "LO", "LH", "SK", "ZH", "SQ", "SA", "LX", "TP", "TG", "TK", "UA", "QK"],
"skyteam": ["AR", "AM", "UX", "AF", "CI", "MU", "OK", "DL", "GA", "AZ", "KQ", "KL", "KE", "ME", "SV", "RO", "VN", "MF"]
},
"saverBookingClasses": {
"staralliance": ["X", "I", "O"],
"AA": ["T", "U", "X", "Z"],
"HA": ["T", "D"]
},
"excludeAirlines": ["1I", "FX", "KH", "5X", "8C", "KZ", "5Y", "OO", "K4", "NC", "4Y", "D0", "CK"],
"chaseUnsupportedAirlines": ["WN"],
"scrapers": [
{
"name": "aa",
"supportedAirlines": ["AA", "UL", "S7", "RJ", "QR", "QF", "MH", "IB", "HA", "AY", "FJ", "9K", "BA", "AS", "TN", "CX"],
"nativeAirline": "AA"
},
{
"name": "aeroplan",
"supportedAirlines": ["staralliance", "GF", "EY", "JU", "CX", "G3", "OY", "UL", "UK"],
"nativeAirline": "AC"
},
{
"name": "alaska",
"supportedAirlines": ["AS", "EI", "AA", "BA", "CX", "DE", "LY", "EK", "FJ", "AY", "AU", "FI", "JL", "KE", "LA", "KS", "QF", "7H", "SQ"],
"nativeAirline": "AS"
},
{
"name": "delta",
"disabled": true,
"supportedAirlines": ["skyteam", "WS", "VS"],
"nativeAirline": "DL"
},
{
"name": "jetblue",
"supportedAirlines": ["B6"],
"nativeAirline": "B6"
},
{
"name": "skyscanner",
"disabled": true,
"supportedAirlines": [],
"cashOnlyFares": true
},
{
"name": "skiplagged",
"supportedAirlines": [],
"cashOnlyFares": true
},
{
"name": "southwest",
"disabled": true,
"supportedAirlines": ["WN"],
"nativeAirline": "WN"
},
{
"name": "united",
"disabled": true,
"supportedAirlines": ["staralliance", "EI", "VW", "EN", "AD", "4B", "9K", "WK", "EW", "HA", "HO", "OA", "3M"],
"nativeAirline": "UA"
}
]
}