Skip to content

Open sourced project using selenium, aiming to automate tasks on airlinemanager.com

Notifications You must be signed in to change notification settings

stevensryanw/AM4_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AM4 Automation Bot by Ryan Stevens

Bot Features and Functions

  • Login - loginAM4()
  • Flight departures - departFlights()
    • Route Optimization - routeOptimization()
      • Demand - optimDemand()
      • Price - optimPrice()
      • Capacity - optimCapacity()
      • Plane Upgrades (Speed, Efficiency(fuel, co2)) - fleetUpgrade()
  • 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()

Running the bot

  • 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

About

Open sourced project using selenium, aiming to automate tasks on airlinemanager.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages