User Control Panel
Advertisements

HELP US, HELP YOU!

What are Bot Services?

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Services
View unanswered posts
Author Message
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Sat Jan 03, 2004 10:26 pm    Post subject: Reply with quote

Bot Services are web services that are tailored to bots. A bot can use a bot service to get some information, to answer a user's question, etc. The idea is to have bot functionality available for ANY bot, without having to download and install some code in your bot. You simply access a web site, sending the user's message and get a reply.

For example, say a user asks your bot to tell it a joke. The user says "tell me a joke". Instead of having 1000 jokes stored in your bot and having the code for jokes in your bot, you simple access a Joke Bot Service and get a reply.

Here's a service I wrote that answers simple questions about animals and objects:

what is a bird?

If your user asks "what is a bird?", you can access the service and get an answer. All with NO EXTRA CODING on your part. All you have to do is use LWP::Simple to access a web site and get the answer. And that will work for all services.

How simple!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Services All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group