Suche Scripts


285 Ergebnisse.
Vorherige | Weiter | 1 | 2 | 3 | 4 | 5 | 6

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
Kategorien: Self
Tags: self, santa, bot
Erstellt: Oct 17 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 659, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 26, 15:40
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 655, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 31, 23:28
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Alias: @Simple Addition
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 633, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:10
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 617, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 22:19
Jenny
Jenny
An export of the Jenny bot responses.
Alias: @Jenny
Kategorien: Response Lists, Personalities
Tags: bot, small talk, response list, personality
Erstellt: Mar 31 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 616, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:39
Farewells
Farewells
A list of common farewells and goodbyes.
Alias: @Farewells
Kategorien: Response Lists
Tags: common responses
Erstellt: Nov 29 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 610, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:42
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
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 601, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:59
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, understanding
Erstellt: May 1 2015, by: admin
Daumen hoch: 5, Daumen runter: 0, stars: 4.4
Language: Self
Verbindet: 597, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:41
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
Alias: @AIML Wikipedia Search
Kategorien: AIML, Examples, AIML2
Tags: aiml, examples, xml, sraix, wikipedia, search, xpath
Erstellt: Dec 9 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 587, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 21:54
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)
Kategorien: Self
Tags: self, utils, knowledge
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 578, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:37
Tic Tac Toe
Tic Tac Toe
An AIML script of an HTML Tic Tac Toe game, from the Square Bear AIML collection. Type "tictactoe" to start a game.
Alias: @Tic Tac Toe
Kategorien: AIML, Square Bear, Games
Tags: aiml, square bear, games
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 539, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:39
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
Alias: @GeoNames AIML Example
Kategorien: AIML, Examples
Tags: aiml, examples, geography, xml, web service
Erstellt: May 27 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 512, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 26, 23:44
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
Kategorien: Examples, Response Lists
Tags: self, response list, web service, json
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 482, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:17
binary
binary
An AIML script of that converts 0-255 to binary, from the Square Bear AIML collection.
Alias: @binary
Kategorien: AIML, Square Bear
Tags: utils, aiml, square bear
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 474, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:32
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
Kategorien: Examples, Data, CSV
Tags: knowledge, examples, data, csv
Erstellt: Sep 19 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: CSV
Verbindet: 469, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:18
embed-style
embed-style
An example CSS style sheet for usage with embedding a bot.
Alias: @embed-style
Kategorien: Programming Language, CSS
Tags: embed, css
Erstellt: Jun 15 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: CSS
Verbindet: 467, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 23:14
stack (alice)
stack (alice)
The stack AIML script from the ALICE A.I. FOUNDATION. This script records the last eight topics in the converation. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @stack (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: utils, aiml, alice
Erstellt: Dec 30 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 434, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 14:59
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Kategorien: Examples, Response Lists
Tags: self, response list, xml, web service
Erstellt: May 27 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 418, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Dec 28 2022, 17:11
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
Kategorien: Self, Examples
Tags: self, examples, xml, web service, stocks, quotes
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 417, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:34
imponderables (alice)
imponderables (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a random set of clever or funny questions and statements. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @imponderables (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, alice, jokes
Erstellt: Dec 22 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 415, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:33
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
Kategorien: Response Lists, Personalities
Tags: bot, response list, scary, horror, halloween
Erstellt: Oct 31 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 405, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 14:06
history (alice)
history (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a handful of responses on historical information. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @history (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Erstellt: Dec 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 402, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 30, 12:42
20 Questions
20 Questions
An AIML script of a 20 questions game, from the Square Bear AIML collection. Type "20q" to start a game.
Alias: @20 Questions
Kategorien: AIML, Square Bear, Games
Tags: aiml, square bear, games
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 400, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:39
Animals
Animals
A response list that can be used to import some basic info on animals.
Alias: @Animals
Kategorien: Examples, Response Lists
Tags: response list, animals
Erstellt: Nov 21 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 379, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:40
Cindy
Cindy
The Cindy Bot response list for the Cindy personality.
Alias: @Cindy
Kategorien: Response Lists, Personalities, Dating
Tags: small talk, response list, personality, girlfriend, cindy
Erstellt: Jun 17 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 367, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:41
Utils
Utils
A useful Utils class in Java, from the Bot Libre project.
Alias: @Utils
Kategorien: Programming Language, Java
Tags: utils, java
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Java
Verbindet: 364, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:33
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
Alias: @AIML HTML Scraping
Kategorien: AIML, Examples
Tags: aiml, examples, html scraping
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 329, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:02
Julia (Português)
Julia (Português)
The Brazilian Portuguese version of the Julie personality.
Alias: @Julia (Português)
Kategorien: Language, Portuguese, Português, Response Lists, Personalities, Dating
Tags: small talk, response list, julie, portuguese, brazil
Erstellt: Apr 18 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 324, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 27, 6:06
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Kategorien: Self, Bootstrap
Tags: self, bootstrap, redirect
Erstellt: Sep 14 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 318, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 30, 3:09
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
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 316, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:17
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
Kategorien: Self, Examples
Tags: self, examples, email, timer
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 316, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:19
alice_default
alice_default
The default "*" pattern for the ALICE script set. This does a SRAI rediect to the "RANDOM PICKUP LINE" pattern which returns a random smalltalk phrase. This script should be last in you list of scripts, or if you want to enable heuristic response matching use this template as your bot's "default response" instead.
Alias: @alice_default
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, alice
Erstellt: Dec 22 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 309, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:41
SetData
SetData
This script sets data on the current conversation.
Alias: @SetData
Kategorien: Self
Tags: self, example, data
Erstellt: Mar 17 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 306, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:16
Generic Intent Commands
Generic Intent Commands
Using generic arguments (ie: action, intent, uri, extra), these commands will add the functionality for your bot to send email, sms, set alarms etc on the device. See the Website link for a detailed tutorial. Load the whole script, choose the commands you want or use this as a guideline to create your own commands. Note: You will need permissions to send sms, set alarms and call a phone number directly
Alias: @Generic Intent Commands
Kategorien: Response Lists, Mobile Assistant
Tags: common responses, response list, commands, mobile, assistant
Erstellt: Aug 16 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 288, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:18
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Kategorien: Self, Examples
Tags: self, examples
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 284, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:37
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
Kategorien: Self
Tags: self, examples, facebook
Erstellt: Jun 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 278, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 18, 21:05
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
Kategorien: Self
Tags: self, geospatial, examples, telegram, location
Erstellt: Nov 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 273, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:19
Count Words
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Kategorien: Self, Examples
Tags: self, example
Erstellt: Jan 11 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 268, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 18, 21:04
Common Synonyms
Common Synonyms
This response list provide a set of common synonyms you can import into your bot.
Alias: @Common Synonyms
Kategorien: Response Lists
Tags: response list, synonyms
Erstellt: May 25 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 263, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 31, 23:30
customstyles
customstyles
customstyles
Alias: @customstyles
Kategorien: Programming Language, CSS
Erstellt: Sep 8 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: CSS
Verbindet: 263, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:42
List Commands
List Commands
Provides lists of supported commands.
Alias: @List Commands
Kategorien: Response Lists, Mobile Assistant
Tags: commands, mobile, assistant
Erstellt: Dec 23 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 262, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:23
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
Kategorien: Self, Examples
Tags: self, examples, web service, json, google, youtube
Erstellt: Aug 20 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 249, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:40
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
Kategorien: Examples, Response Lists
Tags: examples, response list, facebook
Erstellt: Jun 20 2017, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 239, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:19
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
Kategorien: Self, Examples
Tags: self, examples, sentiment
Erstellt: Aug 24 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 235, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:31
English Tutor
English Tutor
A response list set for a virtual English tutor.
Alias: @englishtutor
Kategorien: Response Lists, Education
Tags: response list, english, tutor
Erstellt: Feb 5 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 208, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 10, 16:34
language
language
Rosie language.set script.
Alias: @language
Kategorien: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 179, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 10, 16:29
rhyme
rhyme
Rosie rhyme.map script.
Alias: @rhyme
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 177, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 22:35
number2name
number2name
Rosie number2name.map script.
Alias: @number2name
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 175, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 16:49
name2number
name2number
Rosie name2number.map script.
Alias: @name2number-admin
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 174, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 16:49
Brain Bot
Brain Bot
Response list for the Brain Bot personality.
Alias: @brainbot
Kategorien: Response Lists, Personalities
Tags: response list, artificial intelligence, personality
Erstellt: Apr 2 2020, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 172, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 29, 19:42
Math Tutor
Math Tutor
A response list set for a virtual math tutor.
Alias: @mathtutor
Kategorien: Response Lists, Education
Tags: math, response list, tutor
Erstellt: Feb 26 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 171, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:20
state2largestcity
state2largestcity
Rosie state2largestcity.map script.
Alias: @state2largestcity
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 169, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 22:20
is2be
is2be
Rosie is2be.map script.
Alias: @is2be
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 166, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 23, 7:56
er2est
er2est
Rosie er2est.map script.
Alias: @er2est-admin
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 163, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:27
been2be
been2be
Rosie been2be.map script.
Alias: @been2be
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 162, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:26
gendername
gendername
Rosie gendername.map script.
Alias: @gendername
Kategorien: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Erstellt: Oct 1 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 161, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 29, 6:24

Vorherige | Weiter | 1 | 2 | 3 | 4 | 5 | 6