Amharic Chatbot
Amharic Chatbot is a simple JavaScript package that allows you to create a chatbot that understands and responds in Amharic. It is easy to integrate into Node.js projects and can be extended with custom responses.
π Installation
Install the package using npm:
npm install amharic-chatbot
π Usage
Import the package and use it in your JavaScript project:
const chatbot = require("amharic-chatbot");
console.log(chatbot.processMessage("α°αα"));
customize your bot by including the following
setBotName("α α α ");
setCompanyName("α¨α α α α΅αα
α΅");
setOpenHours("opening hour", "closing hour", "no of opening days");
setContactAddress("0937147373", "amenadamsolomon5@gmail.com", "α
α");
callCenterStatus(true);
website(true, "
acelinks.rf.gd");
delivery(true, true);
π Features
π’ Simple chatbot functionality
π Understands basic Amharic
π Easy to extend with custom responses
π Example Code
const chatbot = require("amharic-chatbot");
console.log(chatbot.processMessage("α°αα")); // "α₯αα΄α΅ αα
?"
π Contributing
Feel free to contribute by submitting issues or pull requests on GitHub.
π License
This project is licensed under the MIT License.