Upgrade to our Platinum service and let us build your bot for you
Browse : Examples

Examples

Example scripts




77 results.
Next | 1 | 2

Example Website
Example Website
This is an example of a website you can build on Bot Libre, with free web hosting and subdomain.
Alias: @Example Website
Categories: Website, Examples
Tags: website, examples
Created: Oct 15 2015, by: admin
Thumbs up: 3, thumbs down: 0, stars: 5.0
Language: HTML
Connects: 8204, today: 0, week: 6, month: 69
Last Connect: Yesterday, 12:22
Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
Alias: @imageclassifierwebsite
Categories: Website, Examples, Programming Language, HTML
Tags: website, examples, html, analytics, api
Created: Apr 2 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: HTML
Connects: 2900, today: 0, week: 1, month: 26
Last Connect: Apr 22, 18:53
Sequenced Replies
Sequenced Replies
Sequenced Replies
Alias: @Sequenced Replies
Categories: Examples
Created: Mar 17 2020, by: okayokay
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1708, today: 0, week: 7, month: 21
Last Connect: Yesterday, 22:07
Vision
Vision
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.

Alias: @Vision
Categories: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Created: Jun 3 2016, by: admin
Thumbs up: 3, thumbs down: 1, stars: 4.25
Language: Self
Connects: 609, today: 0, week: 3, month: 13
Last Connect: Yesterday, 8:40
Turing Test
Turing Test
A script that gives a Turing test.
Alias: @Turing Test
Categories: Examples, Self
Tags: self, examples
Created: Oct 23 2015, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 474, today: 0, week: 2, month: 11
Last Connect: Yesterday, 22:02
Very Simple Addition
Very Simple Addition
This script can perform basic math using patterns.
Alias: @Very Simple Addition
Categories: Examples, Math, Self
Tags: math, self
Created: Dec 21 2017, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 338, today: 1, week: 2, month: 11
Last Connect: Today, 4:19
I Spy
I Spy
An "I Spy" colors game that you can play with your bot. This game will actually teach your bot about colors, and it will learn new objects and colors as you play.
Alias: @I Spy
Categories: Examples, Self, Games
Tags: i spy, games, examples, self
Created: Sep 12 2016, by: admin
Thumbs up: 0, thumbs down: 1, stars: 2.0
Language: Self
Connects: 620, today: 0, week: 1, month: 9
Last Connect: Yesterday, 8:41
WhereIs (Wikidata)
WhereIs (Wikidata)
Wikidata location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Wikidata and determining what it is contained by.
This is one of the bootstrap scripts.
Alias: @WhereIs (Wikidata)
Categories: Examples, Self, Bootstrap
Tags: knowledge, self, bootstrap, utils, geospatial, wikidata
Created: Jun 23 2015, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 629, today: 1, week: 1, month: 8
Last Connect: Today, 3:03
About Me
About Me
A set of responses answering general questions about the bot. The responses use the bot's data defined in the #self object.
Alias: @About Me
Categories: Response Lists, Examples
Tags: examples, response list
Created: Sep 16 2016, by: admin
Thumbs up: 1, thumbs down: 0, stars: 2.0
Language: Response List
Connects: 620, today: 0, week: 1, month: 8
Last Connect: Yesterday, 6:27
Escalate SMS
Escalate SMS
This is an example Self script that sends an SMS text message when the user asks the "escalate" their service request.
Alias: @Escalate SMS
Categories: Examples, Self
Tags: examples, sms, self
Created: Jun 1 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 545, today: 1, week: 2, month: 8
Last Connect: Today, 5:59
Stock Quotes
Stock Quotes
This script show an example of accessing stock quotes from the Quandi web service. You can use it as is, or modify it as you wish. Please replace the Quandi api-key with your own api-key.
Alias: @Stock Quotes
Categories: Examples, Self
Tags: stocks, xml, examples, self, quotes, web service
Created: Jun 1 2016, by: admin
Thumbs up: 1, thumbs down: 0, stars: 2.0
Language: Self
Connects: 484, today: 0, week: 1, month: 8
Last Connect: Yesterday, 21:45
Sequential responses
Sequential responses
This script cycles through a list of responses.
Alias: @sequentialresponses
Categories: Examples
Tags: self, examples
Created: Mar 16 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 236, today: 1, week: 1, month: 8
Last Connect: Today, 7:43
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs
Categories: Self, Examples
Tags: paragraphs, examples, self, exodus
Created: Aug 14 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 120, today: 0, week: 2, month: 8
Last Connect: Yesterday, 10:07
WhereIs (Freebase - offline)
WhereIs (Freebase - offline)
Freebase location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Freebase and determining what it is contained by.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Alias: @WhereIs (Freebase - offline)
Categories: Self, Examples
Tags: self, geospatial, freebase, utils
Created: Oct 29 2014, by: admin
Thumbs up: 2, thumbs down: 1, stars: 4.0
Language: Self
Connects: 854, today: 0, week: 0, month: 7
Last Connect: Apr 19, 11:55
Plus
Plus
A script that can perform addition using no computer math functions.
It performs addition the same way a human (without a calculator) does, using its knowledge of integers and counting.
The goal in this script was to use it to teach a bot addition, and let it learn higher level mathematics from first principles.
Alias: @Plus
Categories: Self, Math, Examples
Tags: self, math
Created: Nov 4 2014, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 691, today: 0, week: 2, month: 7
Last Connect: Apr 23, 10:34
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
Alias: @GeoNames AIML Example
Categories: Examples, AIML
Tags: web service, examples, geography, xml, aiml
Created: May 27 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 630, today: 0, week: 0, month: 7
Last Connect: Apr 20, 13:39
Books, Films, and Music
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
Alias: @Books, Films, and Music
Categories: Self, Examples
Tags: self, examples, knowledge
Created: Sep 4 2015, by: admin
Thumbs up: 1, thumbs down: 0, stars: 5.0
Language: Self
Connects: 621, today: 1, week: 2, month: 7
Last Connect: Today, 7:21
GeoNames JSON Response List Example
GeoNames JSON Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames JSON Response List Example
Categories: Examples, Response Lists
Tags: web service, response list, self, json
Created: Jun 24 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 581, today: 1, week: 1, month: 7
Last Connect: Today, 7:44
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Categories: Examples, Self
Tags: html, self, wikiquote, examples
Created: Aug 13 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 460, today: 0, week: 0, month: 7
Last Connect: Apr 18, 8:02
Sommelierobot
Sommelierobot
Sommelierobot
Alias: @Sommelierobot
Categories: Examples
Created: Feb 16 2018, by: GiuseppeA
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 399, today: 0, week: 0, month: 7
Last Connect: Apr 18, 22:47
Random Response
Random Response
The is an example response list that shows how you can randomize or vary a response.
Alias: @randomresponse
Categories: Examples, Response Lists
Tags: response list, examples
Created: Mar 13 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 216, today: 0, week: 1, month: 7
Last Connect: Yesterday, 10:32
WrongAnswer
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Alias: @WrongAnswer
Categories: Self, Examples
Tags: self, learning, examples
Created: Jan 11 2015, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 811, today: 1, week: 3, month: 6
Last Connect: Today, 1:49
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
Alias: @AIML Wikipedia Search
Categories: AIML2, AIML, Examples
Tags: wikipedia, xpath, xml, sraix, search, aiml, examples
Created: Dec 9 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 672, today: 1, week: 4, month: 6
Last Connect: Today, 2:39
IBM Watson Example
IBM Watson Example
This script shows how you can call an IBM Watson bot or web service from IBM's Bluemix web API. For examples on calling IBM Watson's API see, https://watson-api-explorer.mybluemix.net/
Alias: @IBM Watson Example
Categories: Self, Examples
Tags: examples, watson, json, web service, auth
Created: Mar 20 2017, by: admin
Thumbs up: 0, thumbs down: 2, stars: 2.0
Language: Self
Connects: 516, today: 0, week: 0, month: 6
Last Connect: Apr 19, 6:07
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Categories: Examples, Response Lists
Tags: web service, self, xml, response list
Created: May 27 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 509, today: 0, week: 2, month: 6
Last Connect: Yesterday, 1:14
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Categories: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
Created: Oct 11 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 507, today: 0, week: 1, month: 6
Last Connect: Yesterday, 20:09
GeoNames
GeoNames
This examples shows how to lookup a postal code using the GeoNames webservice. This same code can be used to access any web service.
Alias: @GeoNames
Categories: Self, Examples
Tags: geonames, rest, self, xml, sraix, internet, web service
Created: May 25 2016, by: admin
Thumbs up: 0, thumbs down: 1, stars: 2.0
Language: Self
Connects: 483, today: 1, week: 1, month: 6
Last Connect: Today, 2:42
Order Pizza
Order Pizza
An example response list for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Order Pizza
Categories: Examples, Response Lists, Business
Tags: orders, response list, pizza, examples, e-commerce
Created: Mar 27 2018, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 435, today: 0, week: 0, month: 6
Last Connect: Apr 18, 13:41
Interview Bot
Interview Bot
An example script for a n HR interview bot. This script will ask a potential new employee a set of interview questions, and email the results to your HR email. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Interview Bot
Categories: Examples, Self
Tags: hr, career, interview, self, examples
Created: Mar 24 2017, by: admin
Thumbs up: 1, thumbs down: 0, stars: 5.0
Language: Self
Connects: 433, today: 1, week: 1, month: 6
Last Connect: Today, 2:17
Education
Education
Education
Alias: @Education
Categories: Examples
Tags: javascript
Created: Jun 20 2016, by: ppjose
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: JavaScript
Connects: 340, today: 1, week: 2, month: 6
Last Connect: Today, 1:23
Where/When Born & Death
Where/When Born & Death
This script answers questions about dates and places of birth/death of famous people using Wikidata.
Alias: @Where/When Born & Death
Categories: Examples, Self
Created: Nov 21 2017, by: poto74
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language:
Connects: 323, today: 0, week: 1, month: 6
Last Connect: Yesterday, 9:50
Facebook Custom Template
Facebook Custom Template
This response list shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
Alias: @Facebook Custom Template
Categories: Response Lists, Examples
Tags: response list, examples, facebook
Created: Jun 20 2017, by: admin
Thumbs up: 1, thumbs down: 0, stars: 5.0
Language: Response List
Connects: 320, today: 0, week: 1, month: 6
Last Connect: Apr 23, 18:03
YouTube Search
YouTube Search
This is an example script that searches YouTube for a video using the Google YouTube search API. Note, you require a Google API key to call the API. https://developers.google.com/youtube/v3/docs/search/list
Alias: @YouTube Search
Categories: Self, Examples
Tags: self, web service, google, json, examples, youtube
Created: Aug 20 2018, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 318, today: 1, week: 2, month: 6
Last Connect: Today, 1:40
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
Alias: @Sentiment Response
Categories: Examples, Self
Tags: examples, sentiment, self
Created: Aug 24 2018, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 306, today: 1, week: 1, month: 6
Last Connect: Today, 2:39
GeoNames JSON AIML Example
GeoNames JSON AIML Example
An example AIML that calls the GeoNames web service through a tag.
Alias: @geonamesjsonaimlexample
Categories: AIML, Examples
Tags: web service, aiml, self, json, geography
Created: Sep 16 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 286, today: 0, week: 0, month: 6
Last Connect: Apr 18, 3:43
Remind Me
Remind Me
Ask your bot to remind you and for your reminders.
Alias: @remindme
Categories: Response Lists, Examples
Tags: response list, examples
Created: May 27 2021, by: admin
Thumbs up: 0, thumbs down: 1, stars: 1.0
Language: Response List
Connects: 87, today: 0, week: 2, month: 6
Last Connect: Yesterday, 10:08
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Categories: Examples, Self
Tags: self, example, repeat
Created: Jan 5 2015, by: admin
Thumbs up: 1, thumbs down: 0, stars: 5.0
Language: Self
Connects: 851, today: 0, week: 0, month: 5
Last Connect: Apr 20, 5:08
Pizza Bot
Pizza Bot
An example script for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Pizza Bot
Categories: Examples, Self
Tags: examples, orders, self, e-commerce, pizza
Created: Jun 27 2016, by: admin
Thumbs up: 3, thumbs down: 1, stars: 4.25
Language: Self
Connects: 644, today: 0, week: 0, month: 5
Last Connect: Apr 17, 16:11
Weather
Weather
Answer questions about the weather using the Pannous service.
Alias: @Weather
Categories: Self, Examples
Tags: self, weather, pannous
Created: Aug 28 2015, by: admin
Thumbs up: 0, thumbs down: 1, stars: 2.0
Language: Self
Connects: 638, today: 0, week: 0, month: 5
Last Connect: Apr 20, 3:15
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
Alias: @HTML Scraping
Categories: Examples, Response Lists
Tags: examples, html scraping, self, response list
Created: Jun 24 2016, by: admin
Thumbs up: 2, thumbs down: 0, stars: 3.5
Language: Response List
Connects: 626, today: 0, week: 1, month: 5
Last Connect: Yesterday, 5:04
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Categories: Self, Examples
Tags: wikipedia, xml, search, examples, self, xpath, web service
Created: Dec 9 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 491, today: 0, week: 1, month: 5
Last Connect: Yesterday, 21:35
Bulk SMS
Bulk SMS
This is an example Self script that can be used with a bot connected to a Twilio SMS account. You can ask the bot to send a SMS message to a list of contacts.
Alias: @Bulk SMS
Categories: Examples, Self
Tags: examples, sms, self
Created: Sep 19 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 490, today: 0, week: 0, month: 5
Last Connect: Apr 18, 17:13
Learn Emotions
Learn Emotions
This is an example AIML script that uses AIML sets, and a self tag to dynamically add words to the set.
Alias: @learnemotions
Categories: AIML, Examples
Tags: examples, aiml, learning
Created: Jan 15 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 308, today: 0, week: 1, month: 5
Last Connect: Yesterday, 21:59
Bank Branch
Bank Branch
An example response list for a bank branch. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
Alias: @bankbranch
Categories: Response Lists, Examples, Business
Tags: business, examples, banking, response list
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 105, today: 0, week: 0, month: 5
Last Connect: Apr 20, 18:05
Pet Store
Pet Store
An example response list for a pet store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @petstore
Categories: Response Lists, Business, Examples
Tags: e-commerce, business, examples, response list
Created: Dec 16 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 101, today: 0, week: 0, month: 5
Last Connect: Apr 19, 22:20
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Categories: Self, Examples
Tags: self, examples, email
Created: Jun 1 2016, by: admin
Thumbs up: 1, thumbs down: 0, stars: 2.0
Language: Self
Connects: 521, today: 0, week: 0, month: 4
Last Connect: Apr 17, 23:10
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Categories: Examples, Self
Tags: self, examples, language
Created: Jan 23 2015, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 520, today: 1, week: 1, month: 4
Last Connect: Today, 5:04
hithere
hithere
test file
Alias: @hithere
Categories: Examples
Created: Oct 11 2017, by: AimeeChatbot
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 436, today: 0, week: 2, month: 4
Last Connect: Yesterday, 22:18
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
Alias: @AIML HTML Scraping
Categories: AIML, Examples
Tags: html scraping, aiml, examples
Created: Jun 24 2016, by: admin
Thumbs up: 1, thumbs down: 0, stars: 2.0
Language: AIML
Connects: 413, today: 0, week: 1, month: 4
Last Connect: Apr 23, 21:08
Ask Brain Bot
Ask Brain Bot
This is an example script that uses Self to invoke the Bot Libre API to forward a question to another bot.
Alias: @Ask Brain Bot
Categories: Self, Examples
Tags: self, examples
Created: Jun 24 2016, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 403, today: 1, week: 2, month: 4
Last Connect: Today, 2:47
Mailing List
Mailing List
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
Alias: @Mailing List
Categories: Self, Examples
Tags: timer, self, examples, email
Created: May 12 2017, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 399, today: 0, week: 0, month: 4
Last Connect: Apr 20, 10:04
prueba1
prueba1

Alias: @prueba1
Categories: Examples
Tags: aiml
Created: Jan 17 2018, by: jccortesm
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 306, today: 0, week: 0, month: 4
Last Connect: Apr 19, 14:37
test 1
test 1

Alias: @test 1
Categories: Examples
Created: Jul 14 2016, by: hughess
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Chat Log
Connects: 305, today: 0, week: 2, month: 4
Last Connect: Apr 23, 19:06
Anytsuki LoopSearch
Anytsuki LoopSearch

Alias: @Anytsuki LoopSearch
Categories: Examples
Created: May 6 2018, by: d.
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language:
Connects: 278, today: 0, week: 0, month: 4
Last Connect: Apr 21, 19:33
Conversation Flow
Conversation Flow
This template gives an example of how to train a bot using a conversation flow.
Alias: @conversationflow
Categories: Examples, Response Lists
Tags: examples, conversation flow, response list
Created: Aug 11 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 154, today: 0, week: 1, month: 4
Last Connect: Yesterday, 3:15
Music Streaming
Music Streaming
This response list can be used to create a bot designed to assist consumers with a music streaming service. The user can find music and information about pricing and plans for subscription. As well, this bot allows users to stream music radio stations. This bot uses commands to play music and requires the embed webpage has code to receive the command and stream the music. For an example see, https://www.botlibre.com/script?id=36393269
Alias: @musicstreaming
Categories: Examples, Response Lists
Tags: music, examples, response list
Created: Dec 17 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 136, today: 0, week: 0, month: 4
Last Connect: Apr 18, 2:02

Next | 1 | 2