1.0.6 • Published 8 months ago

customchatbot v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Everyone can make own chatbot now!

Everyone can make own chatbot with this package very easy.

Properties

  • Auto Training
  • You can manage database
  • It pulls the most similar data recorded, so you don't need to record everything in the most detailed way.
  • %100 Free

Usage

const chatbot = require("customchatbot");

chatbot.train("hello", "Hi, how can I help you sir?") // You can train your own chatbot

await chatbot.getEverything() // You can get JSON database.

await chatbot.chat("hello") // You can use your chatbot.

await chatbot.getData("hello") // Says "Hi, how can I help you sir?"

chatbot.removeTrainedData("hello") // You can remove trained data.

chatbot.autoTraining(true) // true or false. You can enable and disable auto training system.

chatbot.resetEverything() // You can reset the JSON database.

chatbot.exportDatabase("customchatbotDatabase.json") // You can export the database.

chatbot.importDatabase("customchatbotDatabase.json") // You can import the database.

This package is made by Utiric Code.

1.0.6

8 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago