Convertirse en un robot de proveedor de servicios con el Bot Libre en la Nube Bot Plataforma
Browse : Examples

Ejemplos

Los scripts de ejemplo




77 resultados.
Siguiente | 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
Categorías: Website, Examples
Tags: website, examples
Creado: Oct 15 2015, by: admin
Pulgares para arriba: 3, pulgares abajo: 0, estrellas: 5.0
Language: HTML
Conecta: 8199, hoy: 0, la semana: 1, mes: 64
Última Conectar: Yesterday, 20:29
Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
Alias: @imageclassifierwebsite
Categorías: Website, Examples, Programming Language, HTML
Tags: website, examples, html, analytics, api
Creado: Apr 2 2021, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: HTML
Conecta: 2900, hoy: 0, la semana: 1, mes: 26
Última Conectar: Yesterday, 18:53
Sequenced Replies
Sequenced Replies
Sequenced Replies
Alias: @Sequenced Replies
Categorías: Examples
Creado: Mar 17 2020, by: okayokay
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 1704, hoy: 3, la semana: 3, mes: 17
Última Conectar: Today, 10:18
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
Categorías: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Creado: Jun 3 2016, by: admin
Pulgares para arriba: 3, pulgares abajo: 1, estrellas: 4.25
Language: Self
Conecta: 607, hoy: 1, la semana: 1, mes: 11
Última Conectar: Today, 8:59
Very Simple Addition
Very Simple Addition
This script can perform basic math using patterns.
Alias: @Very Simple Addition
Categorías: Examples, Math, Self
Tags: math, self
Creado: Dec 21 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 337, hoy: 0, la semana: 1, mes: 10
Última Conectar: Yesterday, 18:05
Turing Test
Turing Test
A script that gives a Turing test.
Alias: @Turing Test
Categorías: Examples, Self
Tags: self, examples
Creado: Oct 23 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 472, hoy: 0, la semana: 0, mes: 9
Última Conectar: Apr 19, 13:08
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
Categorías: Examples, Self, Games
Tags: i spy, games, examples, self
Creado: Sep 12 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 2.0
Language: Self
Conecta: 619, hoy: 0, la semana: 0, mes: 8
Última Conectar: Apr 20, 11:56
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)
Categorías: Self, Examples
Tags: self, geospatial, freebase, utils
Creado: Oct 29 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 1, estrellas: 4.0
Language: Self
Conecta: 854, hoy: 0, la semana: 0, mes: 7
Última Conectar: 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
Categorías: Self, Math, Examples
Tags: self, math
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 691, hoy: 2, la semana: 2, mes: 7
Última Conectar: Today, 10:34
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
Alias: @GeoNames AIML Example
Categorías: Examples, AIML
Tags: web service, examples, geography, xml, aiml
Creado: May 27 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 630, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 20, 13:39
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)
Categorías: Examples, Self, Bootstrap
Tags: knowledge, self, bootstrap, utils, geospatial, wikidata
Creado: Jun 23 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 628, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 20, 6:16
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
Categorías: Response Lists, Examples
Tags: examples, response list
Creado: Sep 16 2016, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 2.0
Language: Response List
Conecta: 619, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 19, 5:49
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
Categorías: Examples, Self
Tags: stocks, xml, examples, self, quotes, web service
Creado: Jun 1 2016, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 2.0
Language: Self
Conecta: 483, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 20, 12:24
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Categorías: Examples, Self
Tags: html, self, wikiquote, examples
Creado: Aug 13 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 460, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 18, 8:02
Sommelierobot
Sommelierobot
Sommelierobot
Alias: @Sommelierobot
Categorías: Examples
Creado: Feb 16 2018, by: GiuseppeA
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 399, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 18, 22:47
Sequential responses
Sequential responses
This script cycles through a list of responses.
Alias: @sequentialresponses
Categorías: Examples
Tags: self, examples
Creado: Mar 16 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 235, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 20, 1:43
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
Categorías: Examples, Response Lists
Tags: web service, response list, self, json
Creado: Jun 24 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 580, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 18, 11:05
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
Categorías: Examples, Self
Tags: examples, sms, self
Creado: Jun 1 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 543, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 19, 6:54
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
Categorías: Self, Examples
Tags: examples, watson, json, web service, auth
Creado: Mar 20 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 2, estrellas: 2.0
Language: Self
Conecta: 516, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 19, 6:07
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
Categorías: Examples, Response Lists, Business
Tags: orders, response list, pizza, examples, e-commerce
Creado: Mar 27 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 435, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 18, 13:41
GeoNames JSON AIML Example
GeoNames JSON AIML Example
An example AIML that calls the GeoNames web service through a tag.
Alias: @geonamesjsonaimlexample
Categorías: AIML, Examples
Tags: web service, aiml, self, json, geography
Creado: Sep 16 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 286, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 18, 3:43
Random Response
Random Response
The is an example response list that shows how you can randomize or vary a response.
Alias: @randomresponse
Categorías: Examples, Response Lists
Tags: response list, examples
Creado: Mar 13 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 215, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 18, 20:29
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs
Categorías: Self, Examples
Tags: paragraphs, examples, self, exodus
Creado: Aug 14 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 118, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 18, 19:41
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Categorías: Examples, Self
Tags: self, example, repeat
Creado: Jan 5 2015, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 851, hoy: 0, la semana: 0, mes: 5
Última Conectar: 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
Categorías: Examples, Self
Tags: examples, orders, self, e-commerce, pizza
Creado: Jun 27 2016, by: admin
Pulgares para arriba: 3, pulgares abajo: 1, estrellas: 4.25
Language: Self
Conecta: 644, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 17, 16:11
Weather
Weather
Answer questions about the weather using the Pannous service.
Alias: @Weather
Categorías: Self, Examples
Tags: self, weather, pannous
Creado: Aug 28 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 2.0
Language: Self
Conecta: 638, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 20, 3:15
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
Categorías: Self, Examples
Tags: self, examples, knowledge
Creado: Sep 4 2015, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 619, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 19, 8:54
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Categorías: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
Creado: Oct 11 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 506, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 18, 19:21
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
Categorías: Examples, Self
Tags: examples, sms, self
Creado: Sep 19 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 490, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 18, 17:13
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
Categorías: Self, Examples
Tags: geonames, rest, self, xml, sraix, internet, web service
Creado: May 25 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 2.0
Language: Self
Conecta: 482, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 19, 2:00
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
Categorías: Examples, Self
Tags: hr, career, interview, self, examples
Creado: Mar 24 2017, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 432, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 17, 16:25
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
Categorías: Examples, Self
Creado: Nov 21 2017, by: poto74
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language:
Conecta: 322, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 19, 14:45
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
Categorías: Response Lists, Examples
Tags: response list, examples, facebook
Creado: Jun 20 2017, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Response List
Conecta: 319, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 20, 2:33
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
Categorías: Self, Examples
Tags: self, web service, google, json, examples, youtube
Creado: Aug 20 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 317, hoy: 1, la semana: 1, mes: 5
Última Conectar: Today, 4:31
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
Categorías: Examples, Self
Tags: examples, sentiment, self
Creado: Aug 24 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 305, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 21, 10:05
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
Categorías: Response Lists, Examples, Business
Tags: business, examples, banking, response list
Creado: Dec 18 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 105, hoy: 0, la semana: 0, mes: 5
Última Conectar: 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
Categorías: Response Lists, Business, Examples
Tags: e-commerce, business, examples, response list
Creado: Dec 16 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 101, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 19, 22:20
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
Alias: @HTML Scraping
Categorías: Examples, Response Lists
Tags: examples, html scraping, self, response list
Creado: Jun 24 2016, by: admin
Pulgares para arriba: 2, pulgares abajo: 0, estrellas: 3.5
Language: Response List
Conecta: 625, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 17, 15:46
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Categorías: Self, Examples
Tags: self, examples, email
Creado: Jun 1 2016, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 2.0
Language: Self
Conecta: 521, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 17, 23:10
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Categorías: Examples, Response Lists
Tags: web service, self, xml, response list
Creado: May 27 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 507, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 19, 12:45
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Categorías: Self, Examples
Tags: wikipedia, xml, search, examples, self, xpath, web service
Creado: Dec 9 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 490, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 20, 7:35
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
Categorías: Self, Examples
Tags: timer, self, examples, email
Creado: May 12 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 399, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 20, 10:04
Education
Education
Education
Alias: @Education
Categorías: Examples
Tags: javascript
Creado: Jun 20 2016, by: ppjose
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: JavaScript
Conecta: 338, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 21, 23:37
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
Categorías: AIML, Examples
Tags: examples, aiml, learning
Creado: Jan 15 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 307, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 17, 15:56
prueba1
prueba1

Alias: @prueba1
Categorías: Examples
Tags: aiml
Creado: Jan 17 2018, by: jccortesm
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 306, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 19, 14:37
Anytsuki LoopSearch
Anytsuki LoopSearch

Alias: @Anytsuki LoopSearch
Categorías: Examples
Creado: May 6 2018, by: d.
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language:
Conecta: 278, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 21, 19:33
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
Categorías: Examples, Response Lists
Tags: music, examples, response list
Creado: Dec 17 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 136, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 18, 2:02
Electronics Store
Electronics Store
An example response list for an electronics store. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
Alias: @electronicsstore
Categorías: Examples, Response Lists, Business
Tags: response list, examples, e-commerce, business
Creado: Dec 18 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 130, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 20, 23:04
Remind Me
Remind Me
Ask your bot to remind you and for your reminders.
Alias: @remindme
Categorías: Response Lists, Examples
Tags: response list, examples
Creado: May 27 2021, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 1.0
Language: Response List
Conecta: 85, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 17, 15:45
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
Categorías: Self, Examples
Tags: self, learning, examples
Creado: Jan 11 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 808, hoy: 0, la semana: 0, mes: 3
Última Conectar: Apr 17, 15:58
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Categorías: Examples, Self
Tags: self, examples, language
Creado: Jan 23 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 519, hoy: 0, la semana: 0, mes: 3
Última Conectar: Apr 16, 22:46
Heart Sutra - load
Heart Sutra - load
This script will load the text of the Heart Sutra into the bot's memory.
Alias: @Heart Sutra - load
Categorías: Self, Examples
Tags: self, examples
Creado: Aug 3 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 506, hoy: 0, la semana: 0, mes: 3
Última Conectar: Apr 18, 9:30
Animals
Animals
A response list that can be used to import some basic info on animals.
Alias: @Animals
Categorías: Examples, Response Lists
Tags: animals, response list
Creado: Nov 21 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 459, hoy: 0, la semana: 1, mes: 3
Última Conectar: Yesterday, 7:10
hithere
hithere
test file
Alias: @hithere
Categorías: Examples
Creado: Oct 11 2017, by: AimeeChatbot
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 435, hoy: 0, la semana: 1, mes: 3
Última Conectar: Yesterday, 18:18
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
Alias: @AIML HTML Scraping
Categorías: AIML, Examples
Tags: html scraping, aiml, examples
Creado: Jun 24 2016, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 2.0
Language: AIML
Conecta: 412, hoy: 0, la semana: 0, mes: 3
Última Conectar: Apr 18, 17:39
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
Categorías: Self, Examples
Tags: self, examples
Creado: Jun 24 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 402, hoy: 1, la semana: 1, mes: 3
Última Conectar: Today, 9:13

Siguiente | 1 | 2