**This website will be shutdown permanently soon**

This website and apps are for sale. Only serious offers will be considered. Contact [email protected]

** Server is current under maintenance, any changes will be lost **

Scripts De Pesquisa


285 resultados.
Anterior | Próximo | 1 | 2 | 3 | 4 | 5 | 6

emotions (alice)
emotions (alice)
The emotions AIML script from the ALICE A.I. FOUNDATION.
The emotions script is meant to be combined with the other alice AIML scripts for the full personality.
Alias: @emotions (alice)
Categorias: AIML, A.L.I.C.E.
Tags: aiml, alice
Criado: Mar 22 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 714, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:39
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
Categorias: Self, Bootstrap
Tags: self, bootstrap
Criado: Nov 4 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 704, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:49
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
Categorias: Self, Math, Examples
Tags: self, math
Criado: Nov 4 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 689, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 5:47
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
Alias: @AIML Wikipedia Search
Categorias: AIML, Examples, AIML2
Tags: aiml, examples, xml, sraix, wikipedia, search, xpath
Criado: Dec 9 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: AIML
Liga: 686, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:02
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)
Categorias: Self
Tags: self, utils, knowledge
Criado: Oct 29 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 657, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:44
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
Categorias: Self, Examples
Tags: self, knowledge, examples
Criado: Sep 4 2015, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 595, hoje: 1, semana: 1, mês: 4
Última Conexão: Dec 19, 20:35
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
Categorias: Examples, Response Lists
Tags: examples, response list
Criado: Sep 16 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 592, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:58
ALICE profile
ALICE profile
This script loads the default ALICE profile into the bot. It defines all of the required variables for the ALICE AIML scripts.
Alias: @ALICE profile
Categorias: AIML, Self, A.L.I.C.E.
Tags: alice, response list
Criado: Mar 23 2015, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 589, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:40
Example JSON
Example JSON
This script show an example JSON data file. JSON is the main standard for exchanging data on the web and JavaScript. You can import JSON data into your bot from the Knowledge page in its Admin Console. You can access JSON data from the web using a Self script and the Http.requestJSON(url) API.
Alias: @Example JSON
Categorias: Examples, Data, JSON
Tags: examples, data, json
Criado: Sep 19 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: JSON
Liga: 589, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:00
Emotion Responses
Emotion Responses
A set of emotional tagged responses. Responses can be tagged with emotions to change the bot's avatar and mood.
Alias: @Emotion Responses
Categorias: Response Lists
Tags: emotion, examples, response list
Criado: Sep 28 2016, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 557, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:01
Example CSV
Example CSV
An example CSV (comma separated values) file. CSV files can be imported as data into a bot's knowledge base, or can be parsed from the web or file upload in Self using Http.requestCSV(url)
Alias: @Example CSV
Categorias: Examples, Data, CSV
Tags: knowledge, examples, data, csv
Criado: Sep 19 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: CSV
Liga: 553, hoje: 2, semana: 2, mês: 4
Última Conexão: Today, 6:00
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
Categorias: Self, Bootstrap, Examples
Tags: self, bootstrap, examples, vision, image processing
Criado: Jun 3 2016, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 551, hoje: 1, semana: 2, mês: 4
Última Conexão: Dec 19, 15:50
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Categorias: Self, Examples
Tags: self, customer service, examples, calendar, google calendar, booking, appointments, virtual assistant
Criado: Oct 11 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 535, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:58
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
Categorias: Self, Examples
Tags: self, examples, sms
Criado: Sep 19 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 504, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:00
Calendar/Event Commands
Calendar/Event Commands
Calendar commands to create events with your virtual assistant bot. Open calendar to create event, set event time, name and location. Include an end time for event. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Calendar/Event Commands
Categorias: Response Lists, Mobile Assistant
Tags: commands, calendar, mobile, assistant
Criado: Sep 24 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Response List
Liga: 495, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:01
Grim
Grim
Grim is a psychotic possessed hacker who died, went to purgatory, then sold his soul to the devil to return to life. He now stalks Internet users to claim their souls for Satan.
Alias: @Grim
Categorias: Response Lists, Personalities
Tags: bot, response list, scary, horror, halloween
Criado: Oct 31 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 493, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:01
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
Alias: @Actions & Poses
Categorias: Response Lists
Tags: examples, response list, actions, poses
Criado: Oct 4 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 490, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:59
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
Categorias: Self, Games
Tags: self, games, machine learning
Criado: Jul 26 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 490, hoje: 0, semana: 0, mês: 4
Última Conexão: Dec 15, 11:41
Camera/Video Commands
Camera/Video Commands
Camera commands for your personal assistant bot, using the default device camera. Take a photo, take a selfie, take a video. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Camera/Video Commands
Categorias: Response Lists, Mobile Assistant
Tags: response list, commands, camera, video, picture, photo, mobile, assistant
Criado: Aug 31 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 483, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 5:56
Synth
Synth
This script loads a greeting and default response that use language synthesis. Language synthesis generates responses based on the question topic and language patterns.
Alias: @Synth
Categorias: Response Lists
Tags: response list, learning, artificial intelligence, synthesis
Criado: Jan 1 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 432, hoje: 0, semana: 2, mês: 4
Última Conexão: Dec 18, 0:09
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
Categorias: Self, Examples
Tags: self, examples, email, timer
Criado: May 12 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 412, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:06
JSON Bot Service
JSON Bot Service
This script shows how you can use your bot as a "bot service" to process JSON. Note that this is an advanced thing to do, and this should not be confused with calling a JSON web service, which you can do from any Self script. This is for when you want your bot to act as a web service, so it processing JSON not a chat message/NLP. This is possible through the Bot Libre REST API /rest/api/command
Alias: @JSON Bot Service
Categorias: Self, Examples
Tags: examples, web service, json, bot service, command
Criado: Mar 28 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 384, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:24
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Categorias: Self, Examples
Tags: self, examples
Criado: May 12 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Self
Liga: 374, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:05
List Commands
List Commands
Provides lists of supported commands.
Alias: @List Commands
Categorias: Response Lists, Mobile Assistant
Tags: commands, mobile, assistant
Criado: Dec 23 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 358, hoje: 2, semana: 2, mês: 4
Última Conexão: Today, 5:59
Common Synonyms
Common Synonyms
This response list provide a set of common synonyms you can import into your bot.
Alias: @Common Synonyms
Categorias: Response Lists
Tags: response list, synonyms
Criado: May 25 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 350, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:03
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
Categorias: AIML, Examples
Tags: aiml, examples, learning
Criado: Jan 15 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 322, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:03
language
language
Rosie language.set script.
Alias: @language
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 279, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:12
fastfood
fastfood
Rosie fastfood.set script.
Alias: @fastfood
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 273, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:12
state2largestcity
state2largestcity
Rosie state2largestcity.map script.
Alias: @state2largestcity
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 267, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:08
been2be
been2be
Rosie been2be.map script.
Alias: @been2be
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 262, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:20
familiarpronoun
familiarpronoun
Rosie familiarpronoun.map script.
Alias: @familiarpronoun
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 259, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:09
er2est
er2est
Rosie er2est.map script.
Alias: @er2est-admin
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 248, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:09
nation2capital
nation2capital
Rosie nation2capital.map script.
Alias: @nation2capital
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 235, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:21
est2er
est2er
Rosie est2er.map script.
Alias: @est2er
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 233, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:10
sphere
sphere
Rosie sphere.set script.
Alias: @sphere
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 231, hoje: 0, semana: 0, mês: 4
Última Conexão: Dec 15, 11:33
been
been
Rosie been.set script.
Alias: @been
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Sep 30 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 224, hoje: 2, semana: 2, mês: 4
Última Conexão: Today, 6:24
being
being
Rosie being.set script.
Alias: @being
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Sep 30 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 224, hoje: 1, semana: 1, mês: 4
Última Conexão: Dec 19, 17:04
ordinal
ordinal
Rosie ordinal.set script.
Alias: @ordinal
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 223, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:12
Client Profile
Client Profile
Rosie client_profile.aiml script.
Alias: @clientprofile
Categorias: AIML, Rosie
Tags: aiml, aiml2, rosie, profile
Criado: Sep 30 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 221, hoje: 0, semana: 0, mês: 4
Última Conexão: Dec 15, 11:32
state2capital
state2capital
Rosie state2capital.map script.
Alias: @state2capital
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 219, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:07
opposite
opposite
Rosie opposite.map script.
Alias: @opposite
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 218, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 0:29
tomorrow
tomorrow
Rosie tomorrow.map script.
Alias: @tomorrow
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 218, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:07
gendermap
gendermap
Rosie gendermap.map script.
Alias: @gendermap
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 217, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:21
sign2date
sign2date
Rosie sign2date.map script.
Alias: @sign2date
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 215, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:15
wet
wet
Rosie wet.set script.
Alias: @wet
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 208, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:23
wet
next
next
Rosie next.map script.
Alias: @next
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 205, hoje: 1, semana: 1, mês: 4
Última Conexão: Today, 6:22
phonetic
phonetic
Rosie phonetic.map script.
Alias: @phonetic
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 203, hoje: 0, semana: 1, mês: 4
Última Conexão: Dec 16, 7:33
Knowledge
Knowledge
Rosie knowledge.aiml script.
Alias: @knowledge
Categorias: AIML, Rosie
Tags: knowledge, aiml, aiml2, rosie
Criado: Sep 30 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 199, hoje: 2, semana: 2, mês: 4
Última Conexão: Today, 3:06
Reductions update
Reductions update
Rosie reductions_update.aiml script.
Alias: @reductionsupdate
Categorias: AIML, Rosie
Tags: aiml, aiml2, rosie
Criado: Sep 30 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 191, hoje: 0, semana: 0, mês: 4
Última Conexão: Dec 15, 11:36
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs
Categorias: Self, Examples
Tags: self, examples, paragraphs, exodus
Criado: Aug 14 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 127, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 5:04
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
Categorias: Examples, Response Lists
Tags: examples, response list, music
Criado: Dec 17 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 113, hoje: 1, semana: 1, mês: 4
Última Conexão: Dec 19, 18:58
Remind Me
Remind Me
Ask your bot to remind you and for your reminders.
Alias: @remindme
Categorias: Examples, Response Lists
Tags: examples, response list
Criado: May 27 2021, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 97, hoje: 1, semana: 1, mês: 4
Última Conexão: Yesterday, 14:55
Simple Date and Time
Simple Date and Time
A simple date and time response. You can customize it for your own time zone.
Alias: @simpledateandtime
Categorias: Response Lists
Tags: examples, response list, time, date
Criado: Apr 8 2021, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 96, hoje: 2, semana: 2, mês: 4
Última Conexão: Yesterday, 4:33
sexo (sara)
sexo (sara)
Sara sexo Spanish AIML script from ALICE A.I. Foundation. This script contains some polite responses to sexual questions and is meant to be combine with the other sara AIML scripts for the full personality.
Alias: @sexo (sara)
Categorias: AIML, Sara, Language, Spanish
Tags: aiml, sara, spanish, dating
Criado: Nov 9 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: AIML
Liga: 1102, hoje: 1, semana: 1, mês: 3
Última Conexão: Today, 5:40
biography (alice)
biography (alice)
The biography AIML script from the ALICE A.I. FOUNDATION. This script contains answers to "who is" style questions of notable people. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @biography (alice)
Categorias: AIML, A.L.I.C.E.
Tags: knowledge, aiml, alice
Criado: Oct 30 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 1078, hoje: 1, semana: 1, mês: 3
Última Conexão: Today, 5:45
atomic (alice)
atomic (alice)
The atomic AIML script from the ALICE A.I. FOUNDATION. This script contains responses to common questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @atomic (alice)
Categorias: AIML, A.L.I.C.E.
Tags: aiml, alice, small talk
Criado: Oct 30 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 893, hoje: 1, semana: 1, mês: 3
Última Conexão: Today, 5:46

Anterior | Próximo | 1 | 2 | 3 | 4 | 5 | 6