Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 268 Bytes

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