2.0.0 • Published 4 years ago

cathy.js v2.0.0

Weekly downloads
8
License
ISC
Repository
github
Last release
4 years ago

Cathy.js

Simple chatbot package based on simple ML.

Installing

npm install cathy.js

Features

  • No api key required
  • fast
  • simple
  • easy
  • Machine Learning

It wont save messages, you have to save it on your own :)

Getting Started

const Cathy = require("cathy.js");
const cathy = new Cathy();

Chatting

const message = cathy.chat("hello");
console.log(message);

Discord Server

https://discord.gg/2SUybzb

2.0.0

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago