Setup This project uses virtual environments to manage dependancies. To setup the virtual environment run the following: python3 -m venv venv once setup, activate the venv . ./venv/bin/activate Install dependancies pip install -r requirements.txt Run the project python3 main.py