kurwbot
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Kurwbot

A chatbot made with markov chains.

Usage

import { Chatbot } from 'kurwbot';
const chatbot = new Chatbot({data: [{question: 'hi', answer: 'hello'}]});
console.log(await chatbot.reply('hi')); // hello

Readme

Keywords

Package Sidebar

Install

npm i kurwbot

Weekly Downloads

4

Version

1.1.0

License

MIT

Unpacked Size

6.99 kB

Total Files

6

Last publish

Collaborators

  • xiboon