-
Notifications
You must be signed in to change notification settings - Fork 135
External Pannous
Keith Sterling edited this page Sep 22, 2017
·
1 revision
This service provides access to the Pannous Bot API which is described in full detail at Pannous website
In terms of configuration, all that is required is the following options added to the services section of config.yaml
services:
classname: programy.services.pannous.PannousService
url: http://weannie.pannous.com/api
In addition the following addition to license.keys is required
PANNOUS_LOGIN = XXXXXXXXXXX
Where XXXXXXXXXXX is the userid you obtained by registering with the Pannous service
in terms of using Pannous service, the following AIML will call Pandora bot and display the response given
<category>
<pattern>WHAT DO YOU KNOW ABOUT *</pattern>
<template>
<sraix service="pannous">WHAT IS <star/></sraix>
</template>
</category>
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