-
Notifications
You must be signed in to change notification settings - Fork 135
Client WebChat
Keith Sterling edited this page Feb 26, 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.
TTo run the Facebook client, you can use the shell script in Y-Bot scripts folder
./y-bot-webchat.sh
Or you can use the command line
python3 -m programy.clients.rest.flask.webchat.client --config <PATH TO CONFIG> --cformat yaml --logging <PATH TO LOGGING>
Configuration settings are described in the Wiki page Web Chat Configuration
Email: [email protected] | 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