All Projects → eleventigers → mitsuku-api

eleventigers / mitsuku-api

Licence: other
Basic Js API to interact with http://www.mitsuku.com

Programming Languages

javascript
184084 projects - #8 most used programming language

mitsuku-api

Unofficial Js API to interact with the Mitsuku chatbot written and run by Steve Worswick.

npm install mitsuku-api

##Disclaimer This library is not intended for any serious use. Under the hood it just scrapes messages from raw HTML responses that Mitsuku webchat provides. Use of this libray in contexts other than educational is dicouraged, please refer to pandorabots otherwise.

Usage

var m = require('mitsuku-api')();

m.send('hello world')
  .then(function(response){
    console.log(response);
  });

License

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].