This is a simple chatbot using the ChatterBot library. It also makes use of the microsoftbotframwork. It is currently running on heroku.
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
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