ubyssey / chatbotmgmt

🤖💬
6 stars 2 forks source link

Chatbot: For Chatting!

Made with ❤️ (and ☕️) by The Ubyssey

Running It

Start an instance of MongoDB on your local machine. See CreateConnection() in models/model.go to see where the Chatbot Management API will dial.

cd $GOPATH/src/github.com/ubyssey/chatbotmgmt
go build
./chatbotmgmt

The Chatbot Management API will be running on your local machine bound to port 3000.

Caveats

This service does not do any actual chatting; rather, it maintains and exposes backing models (topics and campaigns), which may then be consumed by frontends. Currently, the only frontend is chatbotfb

Things Not To Do (Yet)