tedbarnett / reservation-helper

resy & chatgpt integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reservation-helper

resy & chatgpt integration

installation and running:

Ensure you have python3 installed

create a virtual env with python3 -m venv venv within that env install flask and open ai: pip install Flask pip install openai

set your secret OPENAI_API_KEY env variable -- need to go get this from open ai's website

run flask --app flaskr run --debug

About

resy & chatgpt integration


Languages

Language:Python 67.4%Language:HTML 32.6%