This website brings in a tool for flight simulator users to be able to decide a route to take by allowing them to input the airline ICAO code and recieve a list of all available routes taken from FlightRader24, organizing the data by:
- aircraft type (in ICAO form)
- callsign
- origin airport (in ICAO form)
- destination airport (in ICAO form)
- Python 3.9+
- clone the repository
- run
configure_ip.py
(read instructions inside of the file for further instructions on running it) - remove ".base" from
.env.base
- Configure following values within
.env
:FLIGHTRADAR_USERNAME=<value>
| you must have a flightradar24 account, the username must be the emailFLIGHTRADAR_PASSWORD=<value>
| enter flightradar24 account passwordSECRET_KEY
| Some modules used by this program may require a secret key
run the following command to run the website:
python routelookup/app.py