Skip to content

This is a simple chatbot using the microsoftbotframework

License

Notifications You must be signed in to change notification settings

mbrown1508/simplechatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chatbot

This is a simple chatbot using the ChatterBot library. It also makes use of the microsoftbotframwork. It is currently running on heroku.

To run this app

Follow all instructions for https://github.com/Grungnie/microsoftbotframework

Install required packages using pip

pip install requirements.txt

To start the server

python main.py

Configure Chatterbot Database

For this release I use a mongodb database. Export the uri and database name as follows.

export MONGO_DATABASE_NAME=chatterbot-database
export MONGO_DATABASE_URI=mongodb://127.0.0.1:27017

About

This is a simple chatbot using the microsoftbotframework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages