This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

1.1.0 • Public • Published

Popcat Chatbot

A wrapper of Pop Cat's chatbot API endpoint.

Usage

const { Chatbot } = require("popcat-chatbot");

const chatbot = new Chatbot()
  .setName("PainBot")
  .setGender("Male")
  .setOwner("TCA");

chatbot.chat("hello world").then(console.log).catch(console.error);

Package Sidebar

Install

npm i popcat-chatbot

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

4.17 kB

Total Files

4

Last publish

Collaborators

  • nottca