Get airport information from Wikipedia.
Contains airports with IATA codes only.
If you would like to get preset data, See /preset-data.
Please note it may not be up to date.
- Python 3
pip install -r requirements.txt
python3 main.py [-o/--optput <Output File>] [-l/--language <Wikipedia language>] [-v/--variant <Variant>] [--http-proxy <HTTP Proxy URL>]
python3 main.py -o results/chinese.json -l zh -v zh-hk --http-proxy http://user:pass@10.11.22.33:3128
Please note that data from the non-English Wikipedia may missing some information. (e.g. ICAO Codes)
de
- Germanel
- Greeken
- English (Default)fa
- Persianfr
- Frenchhi
- Hindihr
- Croatianit
- Italianja
- Japaneselb
- Luxembourgishnl
- Flemishpl
- Polishzh
- Chinese
MIT