Skip to content

rodcoelho/flask-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Bot

ChatBot on Flask microframework.

This assumes you have the latest version of Python3 and Flask.

Step 1: Clone the repository

Run $ git clone https://github.com/rodcoelho/flask-chatbot.git in your terminal.

Step 2: Set up database

$ ./setup.sh

This creates the sqlite3 database in db/entries.db and allows the application to store and track entries

Step 3: Run!

Run $ ./run.sh on your terminal

On your browser visit: http://127.0.0.1:5000/

screen shot 2018-03-13 at 2 20 46 pm

Sign In to create a user - then chat away.

screen shot 2018-03-13 at 2 20 09 pm

Step 4: Close the application

In your terminal, press Control+C to terminate the app.

About

ChatBot recreated on Flask, using jQuery and AJAX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published