1.1.3 • Published 6 years ago

mitsuku-api-gold v1.1.3

Weekly downloads
7
License
Apache 2.0
Repository
github
Last release
6 years ago

mitsuku-api-gold

A maintained fork of eleventigers' package

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

npm install mitsuku-api-gold

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-gold')();

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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.1

6 years ago