-
Install the dependencies:
pip3 install -r requirements.txt
-
Create your configuration file and change it according to your preferences:
cp settings.toml.example settings.toml
Be aware that running this software may incur costs.
Run the script to book a ride according to your preferences:
python3 main.py
For now, it supports booking for a single ride per run. Also, it does not check if you already have a booking for the said ride.
isort --check .
black --check .