-
Notifications
You must be signed in to change notification settings - Fork 135
Client WebChat
Keith Sterling edited this page Jan 9, 2019
·
3 revisions
The WebChat client provides a very basic HTML based chat client. The client uses a combination of the Python Flask library and some basic Javascript/Ajax on the client. It is by no way meant to be a fully features and production ready web client. Instead, it is designed to show how a web client could be integrated.
To run the client, use a derivative of the following script
#! /bin/sh
clear
export PYTHONPATH=../../src:../../libs/MetOffer-1.3.2:.
python3 ../../src/programy/clients/webchat/chatsrv.py --config ./config.yaml --cformat yaml --logging ./logging.yaml
Configuration settings are described in the Wiki page Web Chat Configuration
Email: keiffster@gmail.com | Twitter: @keiffster | Facebook: keith.sterling | LinkedIn: keithsterling | My Blog
- Home
- Background
- Guiding Principles
- Reporting an Issue
- Installation
- You And Your Bot
- Bots
- Clients
- Configuration
- AIML
- Sentence Splitting
- Natural Langauge Processing
- Normalization
- Spelling
- Sentiment Analysis
- Translation
- Security
- Hot Reload
- Logging
- Out of Band
- Multi Language
- RDF Support
- Rich Media
- Asynchronous Events
- Triggers
- External Services
- Dynamic Sets, Maps & Vars
- Extensions
- Pre & Post Processors
- Custom Nodes
- The Brain Tree
- Utilities
- Building It Yourself
- Creating Your Own Bot
- Contributing
- Performance Testing
- FAQ
- History
- Website