Installation:
get a database server to store data (brew install postgresql for example)
get a user and password for that database server
create coffee_bot database (CREATE DATABASE coffee_bot;)
run pip install -r requirements.txt
run python bot.py --help