Socket
Socket
Sign inDemoInstall

mitsuku-api

Package Overview
Dependencies
35
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mitsuku-api

Simple API for Mitsuku chatbot


Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
1
Install size
3.20 MB
Created
Weekly downloads
 

Readme

Source

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 dicoraged, 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

Keywords

FAQs

Last updated on 21 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc