kengz / aiva

AIVA (A.I. Virtual Assistant): General-purpose virtual assistant for developers.
http://kengz.me/aiva/
MIT License
824 stars 596 forks source link

Trying to setup a socket.io based chatbot #36

Open corpr8 opened 7 years ago

corpr8 commented 7 years ago

I've installed the hubot socket.io adapter as I would like to implement a chatbot which talks to a socket.io server.

How do I get AIVA to use this adapter?

Many thanks!

kengz commented 7 years ago

Hi, AIVA can be seen as a wrapper around Hubot, so, adding an adapter is similar to doing that on a plain Hubot, as listed here https://github.com/github/hubot/blob/master/docs/adapters.md

Also, have u checked this out? http://kengz.me/aiva/#adapters