ChatBot on Flask microframework.
This assumes you have the latest version of Python3 and Flask.
Run $ git clone https://github.com/rodcoelho/flask-chatbot.git in your terminal.
$ ./setup.sh
This creates the sqlite3 database in db/entries.db and allows the application to store and track entries
Run $ ./run.sh on your terminal
On your browser visit: http://127.0.0.1:5000/
Sign In to create a user - then chat away.
In your terminal, press Control+C to terminate the app.

