-
Notifications
You must be signed in to change notification settings - Fork 135
External Pandora
Keith Sterling edited this page Sep 22, 2017
·
3 revisions
This service provides access to the Pandora Bot API which is described in full detail at chatbots.io
In terms of configuration, all that is required is the following options added to the services section of config.yaml
services:
Pandora:
classname: programy.services.pandora.PandoraService
url: http://www.pandorabots.com/pandora/talk-xml
In addition the following addition to license.keys is required
PANDORA_BOTID = XXXXXXXXXXX
Where XXXXXXXXXXX is the license key you obtained by registering with Pandora
in terms of using Pandora service, the following AIML will call Pandora bot and display the response given
<category>
<pattern>ASKPANDORA *</pattern>
<template>
<sraix service="PANDORA"><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