https://github.com/qsoft-git/cxperium-bot-sample
Cxperium Bot Sample
https://github.com/qsoft-git/cxperium-bot-sample
bot cxperium sample
Last synced: 4 months ago
JSON representation
Cxperium Bot Sample
- Host: GitHub
- URL: https://github.com/qsoft-git/cxperium-bot-sample
- Owner: qsoft-git
- License: mit
- Created: 2023-12-26T09:51:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T08:42:30.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:52:23.327Z (about 1 year ago)
- Topics: bot, cxperium, sample
- Language: TypeScript
- Homepage: https://www.cxperium.com/
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cxperium Bot Sample
### Creating a Chatbot with Cxperium Bot Engine
In this project, a chatbot is created using the Cxperium Bot Engine. Cxperium Bot Engine is a Node.js package that simplifies the creation and management of chatbots.
### Working Principle
1. Loading Environment Variables: When the project starts, the environment variables in the .env file are loaded. These variables include the port and host where the chatbot will run, the API key, and the callback URL.
2. Creating the Chatbot: After the environment variables are loaded, a chatbot is created using the Cxperium Bot Engine. This chatbot runs on the specified port and host, authenticates with the API key, and uses the callback URL.
3. Running the Chatbot: The created chatbot is run with the execute method. This method allows the chatbot to run on the specified port and host.
### Documentation
To develop an assistant within Cxperium, you can visit the link https://www.cxperium.com/docs-category/fordevelopers/