Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

twlite/cathy.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cathy.js

Simple chatbot package based on AIML.

Installing

npm install cathy.js

Features

  • No api key required
  • fast
  • simple
  • easy

Getting Started

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

cathy.on("ready", () => console.log("Bot is ready!"));

cathy.load();

Chatting

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

Discord Server

https://discord.gg/2SUybzb

More features soon!

About

AI chatbot based on AIML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published