An open API service indexing awesome lists of open source software.

https://github.com/javierolmedo/airlinemanager4bot

🤖 A python bot for Airline Manager 4 game
https://github.com/javierolmedo/airlinemanager4bot

airlinemanager bot game python selenium

Last synced: 4 months ago
JSON representation

🤖 A python bot for Airline Manager 4 game

Awesome Lists containing this project

README

          



Airline Manager 4 Bot



# Install
1. Download and install [Python3](https://www.python.org/downloads/) in your system (Don't forget to add to PATH).
2. Download a [Chromedriver](https://chromedriver.chromium.org/downloads) inside bin folder.
3. Add your Airline credentials in `config -> settings.ini` file.
```
username =
password =
```
4. Install Python requirements `pip install -r requirements.txt`.
5. Edit config in `airlinemanager4bot.py` lines **9 to 12**.
5. Enjoy! `python airlinemanager4bot.py`

# Features
- ✔️ Autodepartures.
- ✔️ Autobuy Fuel when price is low.
- ✔️ Autobuy CO2 when price is low.
- ✔️ Log saving.
- ❌ Autorepair (in development).
- ❌ Increasing aircraft with the most profitable models (in development).

# Screenshots
![](https://raw.githubusercontent.com/JavierOlmedo/AirlineManager4Bot/master/img/screenshot_001.png)


Made with ❤️ in Spain