Skip to content

Irio/ridebln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ridebln

Setup

  1. Install the dependencies:

    pip3 install -r requirements.txt
  2. Create your configuration file and change it according to your preferences:

    cp settings.toml.example settings.toml

Usage

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.

Development

isort --check .
black --check .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages