A small web-app to find out routes operating by certain aircraft types by certain airline. Helps to catch some rare aircraft or wisely choose business class miles redemption
Back: Python 3.9, FastAPI, requests, bs4
Client: HTML5, CSS, JS, Select2
- For choosen airline app parses Flightradar24 page with list of aircrafts
- User prompted to choose one of aircrafts type used by airline
- For choosen aircraft type app looks for unique routes operated by all of the aircrafts of this type
- A gcmap link is generated to visualise those unique routes
Clone the project
git clone https://github.com/d31337ed/GetAircraftRoutes.git
- Go to the project directory
cd GetAircraftRoutes
- Run the web-server
> uvicorn index:app
- Open the client in browser
http://localhost:8000
-
Catch exeptions after temporarily ban by flightradar. Add adaptive time-out for outcome requests.
-
Fix Aircraft Types buttons shifts
-
Improve appearence
If you have any feedback, please reach out to me at anton -at- de1337ed.ru