-
Notifications
You must be signed in to change notification settings - Fork 135
External Wikipedia
Keith Sterling edited this page Sep 22, 2017
·
1 revision
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:
Wikipedia:
classname: programy.services.wikipediaservice.WikipediaService
in terms of using Wikipedia service, the following AIML will call Wikipeia API and display the response given
<category>
<pattern>ASKWIKIPEDIA *</pattern>
<template>
<sraix service="WIKIPEDIA"><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