- Login -
loginAM4()
- Flight departures -
departFlights()
- Route Optimization -
routeOptimization()
- Demand -
optimDemand()
- Price -
optimPrice()
- Capacity -
optimCapacity()
- Plane Upgrades (Speed, Efficiency(fuel, co2)) -
fleetUpgrade()
- Demand -
- Route Optimization -
- Fuel and CO2 purchasing/filling (Fuel < $600, CO2 < $125) -
buyFuelandCO2()
- Maintenance Planning -
fleetMaintenance()
- Bulk ACheck Planning (< 25 hours) -
bulkACheck()
- Bulk Repair Planning (> 40% wear) -
bulkRepair()
- Bulk ACheck Planning (< 25 hours) -
- Open the repository with VScode and use the requirements.txt to create a ./venv Python virtual environment
- Run bot.py
- Input username, password, and whether or not headless
- Submit then close the tab
- Should see prints in the terminal for login, fuel/co2, and departures