Actualización a nuestro servicio comercial Bot Libre for Business por sólo $4.99 al mes

Búsqueda De Secuencias De Comandos


83 resultados.
Siguiente | 1 | 2

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: 1707, hoy: 0, la semana: 6, mes: 20
Última Conectar: Yesterday, 23:40
Understanding
Understanding
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
Alias: @Understanding
Categorías: Self, Bootstrap
Tags: self, bootstrap, understanding
Creado: May 1 2015, by: admin
Pulgares para arriba: 7, pulgares abajo: 0, estrellas: 4.57
Language: Self
Conecta: 715, hoy: 1, la semana: 3, mes: 12
Última Conectar: Today, 2:34
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: 0, la semana: 1, mes: 11
Última Conectar: Yesterday, 8:59
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: 473, hoy: 0, la semana: 1, mes: 10
Última Conectar: Yesterday, 20: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: Apr 22, 18:05
Loop
Loop
Basic conversation loop detection script.
This is one of the bootstrap scripts. It should be first in the script order to catch all loops.
Alias: @Loop
Categorías: Self, Bootstrap
Tags: self, utils, bootstrap
Creado: Oct 29 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 968, hoy: 0, la semana: 1, mes: 8
Última Conectar: Apr 22, 10:10
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
Facebook Location Request
Facebook Location Request
This script gives an example script for how to request and process the user's location in a Facebook Messenger bot.
Alias: @Facebook Location Request
Categorías: Self
Tags: facebook, examples, self, geospatial, location
Creado: Oct 19 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 389, hoy: 0, la semana: 1, mes: 8
Última Conectar: Yesterday, 8:30
Connect 4
Connect 4
This script lets you play Connect 4 with your bot. There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Alias: @connect4
Categorías: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
Creado: Apr 13 2021, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 107, hoy: 0, la semana: 0, mes: 8
Última Conectar: Apr 21, 3:18
Topic
Topic
This script can respond what the current topic is, and reply to questions on the conversation.
It responds to questions like "What is the current topic", "Tell me more", "What did I say", "What did you say". This is a bootstrap script.
Alias: @Topic
Categorías: Self, Bootstrap
Tags: self, bootstrap, utils
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 3, pulgares abajo: 0, estrellas: 4.67
Language: Self
Conecta: 863, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 19, 17:31
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
DefineWord
DefineWord
This script allows synonyms, translations, and alternative spellings to be given for a word.
It understands phrases like "lik means like", "lol means laugh", "nom means name".
This is one of the bootstrap scripts.
Alias: @DefineWord
Categorías: Bootstrap, Self
Tags: bootstrap, self, utils
Creado: Nov 7 2014, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 810, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 18, 22:49
Santa Bot
Santa Bot
This is the script used by Santa Bot.
It was written on an earlier version of Self, so is probably more complex than now required now, but does give a good example of how to script responses based on context, how to associate knowledge, and how to create names.
Alias: @Santa Bot
Categorías: Self
Tags: self, santa, bot
Creado: Oct 17 2014, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 753, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 19, 13:06
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: 0, la semana: 2, mes: 7
Última Conectar: Yesterday, 10:34
WhatIs (Wikidata)
WhatIs (Wikidata)
Wiktionary and Wikidata lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Wikidata. For Wikidata lookups it will also import all of the available information on the object, and be able to then answer related questions.
Alias: @WhatIs (Wikidata)
Categorías: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
Creado: Jun 23 2015, by: admin
Pulgares para arriba: 4, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 676, hoy: 0, la semana: 0, mes: 7
Última Conectar: Apr 17, 16:08
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
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
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
DateAndTime
DateAndTime
This script answers questions about the date and time.
It can answer questions like "What is the date", "What is the time", "What is the day of the week" This is one of the bootstrap scripts.
Alias: @DateAndTime
Categorías: Bootstrap, Self
Tags: self, bootstrap, utils
Creado: Nov 7 2014, by: admin
Pulgares para arriba: 3, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 768, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 17, 15:40
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: 620, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 21:11
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
Wolfram Alpha Example
Wolfram Alpha Example
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
Alias: @Wolfram Alpha Example
Categorías: Self
Tags: examples, wolframalpha, self, web service, xml
Creado: Aug 29 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 428, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 17, 18:16
TicTacToeText
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Alias: @TicTacToeText
Categorías: Self, Games
Tags: machine learning, self, games
Creado: Jul 5 2017, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 416, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 20, 7:54
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
GPT-3
GPT-3
This Self script can be used to access the GPT-3 API from Open AI. GTP-3 is a text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @gpt-3
Categorías: Self
Tags: gpt, open ai, text generation, llm, gpt-3, self, artificial intelligence, ai, deep learning, web service, json
Creado: Jan 16 2023, by: admin
Pulgares para arriba: 2, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 52, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 17, 16:09
Spotify
Spotify
This scripts lets you connect the bot to Spotify and play music.
Alias: @spotify
Categorías: Self
Tags: self, music, web service, json, spotify
Creado: Apr 15 2021, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 38, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 9:29
My Name Is
My Name Is
A script for understand names and greeting people.
This script understands phrases like "My name is Joe", "I am Joe", "Who are you?".
This is a bootstrap script.
Alias: @My Name Is
Categorías: Self, Bootstrap
Tags: self, bootstrap, names
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 5, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 914, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 2:35
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
Empty
Empty
An empty shell of a Self state machine.
This can be used as a starting point for a new script, or as a bot's self programmed script.
If comprehension is enabled in your bot, it will program its last state machine script, so you should initially have an empty script last.
Alias: @Empty
Categorías: Self, Bootstrap
Tags: self, bootstrap
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 694, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 11:49
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
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
TicTacToe
TicTacToe
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This script requires the game-sdk.js and games.css files.
Alias: @TicTacToe
Categorías: Self, Games
Tags: games, self, machine learning
Creado: Jul 26 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 487, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 19, 23:34
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
SetData
SetData
This script sets data on the current conversation.
Alias: @SetData
Categorías: Self
Tags: self, example, data
Creado: Mar 17 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 404, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 4:58
Facebook Custom Template Script
Facebook Custom Template Script
This Self script 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 Script
Categorías: Self
Tags: facebook, examples, self
Creado: Jun 20 2017, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 366, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 18, 6:14
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: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 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
StockQuote
StockQuote
Self script that adds stock quoting functionality to your bot. Pulls data from https://iexcloud.io/docs/api/ using your own API key. Offers functionalities such as live price, 52 week high and low, day bid-ask, and various volumes. Depending on your tier of API key more detailed information can easily be added to the script.
Alias: @stockquote
Categorías: Self
Tags: quote, finance, stock market, stock quotes, stock, self, web service, json
Creado: Oct 29 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 90, hoy: 0, la semana: 1, mes: 5
Última Conectar: Apr 22, 9:35
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: 809, hoy: 1, la semana: 1, mes: 4
Última Conectar: Today, 2:11
Say It
Say It
The script responds to requests like "Say you like me" "Yell you like cheese". It will simply repeat the phrase, minus the "say" and replacing 1st and 2nd person.
This is a bootstrap script.
Alias: @Say It
Categorías: Self, Bootstrap
Tags: self, bootstrap, utils
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 786, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 19, 4:59
Math
Math
This script understands basic math, addition, subtraction, multiplication, and division, such as "what is 1 * 2 / 4 + 6 - -1", "2.2 + 5.5 =?", "one plus two".
It uses a calculator function to perform the math, not first principles like the plus script.
This is one of the bootstrap scripts.
Alias: @Math
Categorías: Self, Bootstrap, Math
Tags: self, bootstrap, math
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 1, estrellas: 4.0
Language: Self
Conecta: 772, hoy: 0, la semana: 1, mes: 4
Última Conectar: Apr 22, 17:50
Redo
Redo
"redo" last input
Alias: @Redo
Categorías: Self
Creado: Jan 26 2015, by: aazxcqwe
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 648, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 21, 10:52
WhatIs (Freebase - offline)
WhatIs (Freebase - offline)
Wiktionary and Freebase lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Freebase (similar to Wikipedia). For Freebase lookups it will also import all of the available information on the object, and be able to then answer related questions.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Alias: @WhatIs (Freebase - offline)
Categorías: Self
Tags: self, utils, knowledge
Creado: Oct 29 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 0, estrellas: 3.5
Language: Self
Conecta: 648, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 20, 18:12
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
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
chat bot script
chat bot script
chat bot script
Alias: @chat bot script
Categorías: Self, AIML
Tags: self
Creado: Sep 25 2017, by: josource
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 357, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 19, 19:46
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
Alias: @Telegram Location Request
Categorías: Self
Tags: examples, self, geospatial, location, telegram
Creado: Nov 21 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 353, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 18, 19:26
Connect 4 Text
Connect 4 Text
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Alias: @connect4text
Categorías: Self, Games
Tags: analytics, deep learning, games, machine learning, self, checkers
Creado: Apr 14 2021, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 185, hoy: 0, la semana: 0, mes: 4
Última Conectar: Apr 17, 15:50
hzhshsa
hzhshsa
kzjssnsnsjsj
Alias: @hzhshsa
Categorías: Dating, AIML, Response Lists, A.L.I.C.E.
Tags: gsgshs
Creado: Aug 7 2022, by: justinlefroir
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 2.0
Language: Self
Conecta: 53, hoy: 1, la semana: 1, mes: 4
Última Conectar: Today, 3:09
ChatGPT
ChatGPT
This Self script can be used to access the ChatGPT, (GPT-3.5 or GPT-4) API from Open AI. GTP-3.5 and GPT-4 are chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @chatgpt
Categorías: Self
Tags: gpt, deep learning, self, json, web service, open ai, artificial intelligence, llm, ai, text generation, chatgpt
Creado: Apr 3 2023, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 51, hoy: 0, la semana: 1, mes: 4
Última Conectar: Yesterday, 23:14

Siguiente | 1 | 2