-
Notifications
You must be signed in to change notification settings - Fork 135
Client Console
Keith Sterling edited this page Apr 7, 2020
·
6 revisions
The console client is found in the module
programy.clients.console.ConsoleBotClient
To run the Console client, you can use the shell script in Y-Bot scripts folder For OSX & Linux
cd y-bot/scripts/xnix
./y-bot.sh
For Windows
cd y-bot/scripts/windows
y-bot.cmd
Alternatively you can use the command line calling Python directly as follows
python3 -m programy.clients.events.console.client --config <PATH TO CONFIG> --cformat yaml --logging <PATH TO LOGGING>
Any of these methods will display something similar to the following
Loading, please wait...
No bot root argument set, defaulting to [.]
Y-Bot version 0.0.1, initiated March 14, 2017
Hi, how can I help you today?
>>> Hello
Greetings!
>>>
You can now interact with the client by typing in questions at the >>> prompt
The console is configured using the option described in Console 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