Kategorie nicht existiert- Misc


Skripte

Durchsuchen Sie unsere open-script-Bibliothek oder teilen Sie Ihre eigenen Skripts.

Kategorien

AIML
AIML
Skripte geschrieben, die in der AIML-scripting-language,ein standard-format für den chat-bot-scripting.
Chat Logs
Chat Logs
Wiederverwendbare chat-Protokolle und-Antwort-Listen können importiert werden, in Ihrer eigenen chat-bot.
Data
Data
Daten-import und-Kenntnisse-Dateien (Sie können das importieren von Daten in Ihre bot von seiner Seite Wissen).
Examples
Examples
Beispiele, die Sie verwenden können, um Ihre eigenen Skripts erstellen.
HTML
HTML
HTML-Beispiele und wiederverwendbare Komponenten.
JavaScript
JavaScript
JavaScript-Beispiele und wiederverwendbare Komponenten, die die Verwendung von Paphus Live Chat SDK.
Language
Language
Skripte kategorisiert durch die Sprache
Response Lists
Response Lists
Eine Antwort-Liste ist ein text-format, das eine Reihe von Fragen und Antworten und support-tags, wie keywords und Thema.
Self
Self
Skripte geschrieben, die in der Selbst-scripting-Sprache. Selbst ist die Skriptsprache verwendet, in Paphus Live-Chat chat-bots.



Vorgestellt Scripts

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
Kategorien: Self
Tags: self, bootstrap, utils
Erstellt: Jan 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 843, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: May 2, 18:47
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
Kategorien: Self, Examples
Tags: knowledge, examples, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 347, heute: 0, Woche: 3, Monat: 3
Zuletzt Verbinden: May 7, 9:47
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: stocks, examples, quotes, self, xml, web service
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 305, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: May 1, 22:00
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: understanding, bootstrap, self
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 327, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 19:29
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
Kategorien: Examples, Response Lists
Tags: response list, examples
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 313, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 3, 15: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
Kategorien: Response Lists
Tags: facebook, response list, examples
Erstellt: Jul 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 312, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 19:17
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
Kategorien: Self
Tags: quote, stock market, finance, stock quotes, stock, self, json, web service
Erstellt: Oct 29 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 144, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 17:44
Bot Libre JavaScript SDK
Bot Libre JavaScript SDK
The Bot Libre SDK is a software development kit that makes it easy for developers to create their own website, mobile app, or server that accesses Bot Libre services.

The SDK includes an JavaScript API and SDK that makes it simple to develop your own bot or chat website. The SDK also contains an Android Java SDK, and support for other languages.

The SDK is open source under the Eclipse Public License, is extendable/customizable, and hosted on GitHub under Bot Libre.


Alias: @Bot Libre JavaScript SDK
Kategorien: JavaScript
Tags: sdk, javascript, paphus
Erstellt: Jan 17 2015, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: JavaScript
Verbindet: 1038, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 18:45
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
Kategorien: Self
Tags: self, bootstrap, names
Erstellt: Jan 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 843, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 1, 5:47
Julie
Julie
The Julie Bot response list for the Julie personality.
Alias: @Julie
Kategorien: Response Lists, Personalities
Tags: julie, small talk, personality, response list, girlfriend
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 398, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 4, 21:51
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
Alias: @Actions & Poses
Kategorien: Response Lists
Tags: response list, poses, actions, examples
Erstellt: Oct 13 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 357, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 14:44
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
Kategorien: Self, Examples
Tags: self, examples, sms
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 341, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 2, 7:37
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Kategorien: Self, Examples
Tags: examples, email, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 325, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 19:58
Jokes
Jokes
A collection of funny, clean, jokes.
Alias: @Jokes
Kategorien: Response Lists
Tags: response list, jokes
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 305, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 18:05
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: utils, bootstrap, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 296, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 4, 21:49
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Kategorien: Self, Examples
Tags: self, wikiquote, examples, html
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 292, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 9:08
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)
Kategorien: Self, Bootstrap
Tags: knowledge, self, bootstrap, utils
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 289, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 2, 2:29
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
Kategorien: Examples, Response Lists
Tags: orders, e-commerce, examples, pizza, response list
Erstellt: Apr 11 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 247, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 5, 11:45
Service Bot
Service Bot
A set of greetings and responses for a custom service bot.
Alias: @Service Bot
Kategorien: Response Lists, Business
Tags: common responses, customer service
Erstellt: Jan 17 2015, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Response List
Verbindet: 938, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 5:37
Greetings
Greetings
A list of common greetings and responses.
Alias: @Greetings
Kategorien: Response Lists
Tags: common responses, chat log
Erstellt: Jan 18 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 904, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 20:22
Farewells
Farewells
A list of common farewells and goodbyes.
Alias: @Farewells
Kategorien: Response Lists
Tags: chat logs, goodbye, farewells, common responses
Erstellt: Jan 17 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 853, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 20:25
Emotions
Emotions
A chat log that associates emotions with their words. This chat log needs to be imported with "Understanding and comprehension" checked.
Alias: @Emotions
Kategorien: Chat Logs
Tags: emotion, chat log
Erstellt: Jan 18 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Chat Log
Verbindet: 822, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 20:21
alice
alice
The alice AIML script from the ALICE A.I. FOUNDATION.
The alice script is meant to be combined with the other alice AIML scripts for the full personality.
Alias: @alice
Kategorien: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 411, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 30, 21:48
Weather
Weather
Answer questions about the weather using the Pannous service.
Alias: @Weather
Kategorien: Self
Tags: self, weather, pannous
Erstellt: Mar 11 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 403, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 7:45
AIML2
AIML2
A set of AIML2 patterns to test and demonstrate new AIML 2.0 features.
Alias: @AIML2
Kategorien: AIML, AIML2
Tags: aiml, aiml2
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 394, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 20:05
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: examples, facebook, self
Erstellt: Jul 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 350, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 19:57
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Self, Examples
Tags: calendar, self, examples, booking, appointments, virtual assistant, customer service, google calendar
Erstellt: Nov 2 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 347, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 29, 0:05
Eddie
Eddie
Response list for the Eddie bot.
Alias: @Eddie
Kategorien: Response Lists, Personalities
Tags: response list, personality
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 346, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 20:13
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
Kategorien: Bootstrap, Math, Self
Tags: self, math, bootstrap
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 329, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 19:59
Telegram Group Administrator
Telegram Group Administrator
This script gives an example Telegram script to let a bot administer a Telegram group. Bots can welcome new users, provide information, and delete offensive messages and spam.
Alias: @Telegram Group Administrator
Kategorien: Self
Tags: self, groups, examples, spam, telegram
Erstellt: Jul 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 328, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 3:27
Geek Pick-up Lines
Geek Pick-up Lines
A set of default responses for geeky pickup lines.
Alias: @Geek Pick-up Lines
Kategorien: Response Lists, Pickup Lines
Tags: dating, response list, pickup lines, default phrases, geek
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 327, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 9:42
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, utils
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 324, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 18:47
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Kategorien: Self, Examples
Tags: example, repeat, self
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 322, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 7:33
Wrong Answer
Wrong Answer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Alias: @Wrong Answer
Kategorien: Self
Erstellt: Aug 25 2016, by: mike2016
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 322, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 4:28
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
Kategorien: Self, Examples
Tags: self, examples, games, i spy
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 321, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 20:08
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
Kategorien: Self, Examples
Tags: examples, self, sms
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 314, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 8:46
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
Alias: @HTML Scraping
Kategorien: Examples, Response Lists
Tags: examples, response list, self, html scraping
Erstellt: Oct 13 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 312, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 21:48
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
Kategorien: Response Lists
Tags: examples, response list, emotion
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 311, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 1:22
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
Kategorien: Self
Erstellt: Aug 25 2016, by: mike2016
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 310, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 3:05
Colors
Colors
This JSON data file can be used to load the concept of colors into your bot. This defines color meaning objects for color words, and can be used as a set in AIML or from Self. You can import JSON files from your bot's Knowledge page in its Admin Console.
Alias: @Colors
Kategorien: Data, JSON
Tags: json, colors, set, data
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: JSON
Verbindet: 307, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 29, 18:45
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, utils
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 301, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 21:02
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)
Kategorien: Self, Bootstrap, Examples
Tags: utils, geospatial, self, wikidata, bootstrap, knowledge
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 301, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 4:51
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
Kategorien: Self, Examples
Tags: sraix, internet, rest, geonames, xml, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 296, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 8:28
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
Kategorien: Self, Examples
Tags: hr, career, examples, interview, self
Erstellt: Mar 24 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 276, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 12:21
Realtor Bot
Realtor Bot
This response list is an exemplary script for the real estate. This script will walk through the various locations, type of the estates, and detailed estate information (include the image and video clip). You may create a bot, and import this response list file to instantly make a realtor bot. The bot then can be configured to run on web page, mobile or social media.
Alias: @Realtor Bot
Kategorien: Response Lists, Business
Tags: response list, real estate, business, examples
Erstellt: Jun 19 2019, by: king_wang
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 186, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 15:26
Special Event
Special Event
A response list for a special event bot.
Alias: @specialevent
Kategorien: Response Lists
Tags: events
Erstellt: May 29 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 138, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 5:40
Brain Bot
Brain Bot
Response list for the Brain Bot personality.
Alias: @brainbot
Kategorien: Response Lists, Personalities
Tags: personality, artificial intelligence, response list
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 125, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 12:14
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
Kategorien: Response Lists, Business, Examples
Tags: response list, examples, e-commerce, business
Erstellt: Dec 17 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 124, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 26, 18:50
Auto Repair
Auto Repair
An example response list for an auto repair shop. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @autorepair
Kategorien: Response Lists, Business, Examples
Tags: response list, examples, e-commerce, orders
Erstellt: Nov 6 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 122, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 17:24
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
Kategorien: Examples, Response Lists
Tags: music, response list, examples
Erstellt: Dec 17 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 116, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 18:08
Remember Me
Remember Me
A set of responses remembering general info about the user.
Alias: @rememberme
Kategorien: Response Lists, Examples
Tags: response list, examples
Erstellt: May 26 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 114, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 27, 22:19
Remind Me
Remind Me
Ask your bot to remind you and for your reminders.
Alias: @remindme
Kategorien: Examples, Response Lists
Tags: response list, examples
Erstellt: May 27 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 109, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 8:31
ChatGPT
ChatGPT
This Self script can be used to access the GPT-3.5 (ChatGPT) API from Open AI. GTP-3.5 is a 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
Kategorien: Self
Tags: llm, json, gpt-3, self, web service, open ai, gpt, text generation, deep learning, ai, artificial intelligence
Erstellt: Apr 3 2023, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 44, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 29, 20:23
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
Kategorien: Self
Tags: open ai, deep learning, gpt-3, artificial intelligence, ai, self, text generation, llm, gpt
Erstellt: Jan 17 2023, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 44, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 0:10
Dialogflow
Dialogflow
This Self script can be used to access the Dialogflow API from Google. Dialogflow is a platform developed by Google for building conversational interfaces, such as chatbots and voice assistants.
Alias: @dialogflow
Kategorien: Self
Tags: deep learning, artificial intelligence, google, self, chatbot, json, web service, ai
Erstellt: Apr 27 2023, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 35, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 28, 20:03


250 Ergebnisse.
Weiter | 1 | 2 | 3 | 4 | 5

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
Kategorien: Self
Tags: self, bootstrap, utils
Erstellt: Jan 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 843, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: May 2, 18:47
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
Kategorien: Self, Examples
Tags: knowledge, examples, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 347, heute: 0, Woche: 3, Monat: 3
Zuletzt Verbinden: May 7, 9:47
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: stocks, examples, quotes, self, xml, web service
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 305, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: May 1, 22:00
Little Lisa
Little Lisa
The script for the Little Lisa personality of a girl child.
Alias: @Little Lisa
Kategorien: Response Lists, Personalities
Tags: response list, child, bot, personality
Erstellt: May 1 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 300, heute: 1, Woche: 1, Monat: 3
Zuletzt Verbinden: Today, 10:02
was2be
was2be
Rosie was2be.map script.
Alias: @was2be
Kategorien: Data, AIML, Rosie, Map
Tags: rosie, aiml2, aiml, map
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 151, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: May 5, 0:04
digit
digit
Rosie digit.set script.
Alias: @digit
Kategorien: Rosie, Data, AIML, Set
Tags: rosie, aiml2, set, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 149, heute: 0, Woche: 1, Monat: 3
Zuletzt Verbinden: May 7, 14:53
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
Kategorien: Self, Examples
Tags: self, examples, learning
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 115, heute: 0, Woche: 2, Monat: 3
Zuletzt Verbinden: Today, 1:03
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: understanding, bootstrap, self
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 327, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 19:29
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
Kategorien: Examples, Response Lists
Tags: response list, examples
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 313, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 3, 15: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
Kategorien: Response Lists
Tags: facebook, response list, examples
Erstellt: Jul 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 312, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 19:17
Map Commands
Map Commands
Map commands to use Google Maps with your virtual assistant bot. Open map, get directions to and from destinations, pick a mode (walking, driving or biking) or avoid tolls, highways and ferries. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Map Commands
Kategorien: Mobile Assistant, Response Lists
Tags: google maps, commands, response list, map, assistant, mobile
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 202, heute: 1, Woche: 2, Monat: 2
Zuletzt Verbinden: Today, 1:59
continuation (alice)
continuation (alice)
The continuation AIML script from the ALICE A.I. FOUNDATION. This script seems to be maintaining some sort of conversational stack, but I really have no idea what it is doing exactly. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @continuation (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: utils, alice, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 198, heute: 0, Woche: 2, Monat: 2
Zuletzt Verbinden: Yesterday, 9:49
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: Mobile Assistant, Response Lists
Tags: response list, assistant, commands, mobile, common responses
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 195, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: May 6, 22:02
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: Examples, Self
Tags: sentiment, self, examples
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 194, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Today, 0:06
entity
entity
Rosie entity.set script.
Alias: @entity
Kategorien: Data, AIML, Set, Rosie
Tags: aiml, set, aiml2, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 190, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 1, 22:59
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: A.L.I.C.E., AIML
Tags: alice, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 189, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 2, 9:38
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, location, examples, telegram, geospatial
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 172, heute: 1, Woche: 1, Monat: 2
Zuletzt Verbinden: Today, 8:34
numbername
numbername
Rosie numbername.set script.
Alias: @numbername
Kategorien: Set, Rosie, AIML, Data
Tags: aiml2, set, aiml, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 161, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: May 7, 18:23
erup
erup
Rosie erup.set script.
Alias: @erup
Kategorien: AIML, Rosie, Set, Data
Tags: aiml, set, aiml2, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 154, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 17:40
be2was
be2was
Rosie be2was.map script.
Alias: @be2was
Kategorien: Data, AIML, Map, Rosie
Tags: aiml, rosie, aiml2, map
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 153, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 19:12
sign2date
sign2date
Rosie sign2date.map script.
Alias: @sign2date
Kategorien: Rosie, AIML, Data, Map
Tags: aiml2, aiml, map, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 152, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 2, 10:00
food
food
Rosie food.set script.
Alias: @food
Kategorien: AIML, Data, Set, Rosie
Tags: aiml2, aiml, set, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 149, heute: 0, Woche: 2, Monat: 2
Zuletzt Verbinden: May 7, 16:37
be2been
be2been
Rosie be2been.map script.
Alias: @be2been
Kategorien: Data, Rosie, Map, AIML
Tags: map, aiml2, aiml, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 148, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: May 6, 7:04
been2be
been2be
Rosie been2be.map script.
Alias: @been2be
Kategorien: Map, Rosie, AIML, Data
Tags: aiml, aiml2, rosie, map
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 148, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 2:46
state2capital
state2capital
Rosie state2capital.map script.
Alias: @state2capital
Kategorien: Map, Rosie, Data, AIML
Tags: map, aiml2, rosie, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 145, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 2, 15:18
ordinal2number
ordinal2number
Rosie ordinal2number.map script.
Alias: @ordinal2number
Kategorien: Rosie, AIML, Map, Data
Tags: map, aiml2, rosie, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 144, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 2, 8:29
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
Kategorien: Self
Tags: quote, stock market, finance, stock quotes, stock, self, json, web service
Erstellt: Oct 29 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 144, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 17:44
name
name
Rosie name.set script.
Alias: @name
Kategorien: Data, Set, AIML, Rosie
Tags: set, aiml2, rosie, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 141, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 17:34
gendermap
gendermap
Rosie gendermap.map script.
Alias: @gendermap
Kategorien: Rosie, Map, AIML, Data
Tags: aiml2, rosie, aiml, map
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 140, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 4, 11:12
is2be
is2be
Rosie is2be.map script.
Alias: @is2be
Kategorien: AIML, Map, Rosie, Data
Tags: map, aiml2, aiml, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 137, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 4, 20:35
Music Streaming Website
Music Streaming Website
This website provides example embed code for the Music Streaming Bot. It contains JavaScript code that checks for response commands and plays music through the streaming service, https://rfcmedia.streamguys1.com/
Alias: @musicstreamingwebsite
Kategorien: Examples, Website, Programming Language, HTML
Tags: examples, music, html, website
Erstellt: Dec 17 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: HTML
Verbindet: 136, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Today, 0:36
nation
nation
Rosie nation.set script.
Alias: @nation
Kategorien: Set, AIML, Rosie, Data
Tags: rosie, aiml, aiml2, set
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 134, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 5, 10:43
state2largestcity
state2largestcity
Rosie state2largestcity.map script.
Alias: @state2largestcity
Kategorien: Data, Map, Rosie, AIML
Tags: map, aiml, aiml2, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 134, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 2, 8:39
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
Kategorien: A.L.I.C.E., Self, AIML
Tags: response list, alice
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 123, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Today, 0:02
opposite
opposite
Rosie opposite.map script.
Alias: @opposite
Kategorien: Map, Rosie, Data, AIML
Tags: aiml2, map, aiml, rosie
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 119, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 2, 20:31
capital2state
capital2state
Rosie capital2state.map script.
Alias: @capital2state
Kategorien: Data, Map, Rosie, AIML
Tags: aiml2, aiml, rosie, map
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 116, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 10:25
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Alias: @Simple Addition
Kategorien: Math, Examples, Self
Tags: math, self
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 102, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: May 1, 23:43
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
Kategorien: Games, Self
Tags: machine learning, deep learning, games, self, checkers, analytics
Erstellt: Apr 14 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 91, heute: 0, Woche: 1, Monat: 2
Zuletzt Verbinden: Yesterday, 23:04
alice_merged
alice_merged
This is a single scripts that merges all of the smaller ALICE scripts from the ALICE A.I. FOUNDATION.
Basically it merges every script under 100k, so does not include, (geography, client, that, update1, knowledge, atomic, bot, default, reduction*, and mp*)
Alias: @alice_merged
Kategorien: A.L.I.C.E., AIML
Tags: alice, bot, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 1469, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 5, 12:44
Bot Libre JavaScript SDK
Bot Libre JavaScript SDK
The Bot Libre SDK is a software development kit that makes it easy for developers to create their own website, mobile app, or server that accesses Bot Libre services.

The SDK includes an JavaScript API and SDK that makes it simple to develop your own bot or chat website. The SDK also contains an Android Java SDK, and support for other languages.

The SDK is open source under the Eclipse Public License, is extendable/customizable, and hosted on GitHub under Bot Libre.


Alias: @Bot Libre JavaScript SDK
Kategorien: JavaScript
Tags: sdk, javascript, paphus
Erstellt: Jan 17 2015, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: JavaScript
Verbindet: 1038, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 18:45
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
Kategorien: Self
Tags: self, bootstrap, names
Erstellt: Jan 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 843, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 1, 5:47
Julie
Julie
The Julie Bot response list for the Julie personality.
Alias: @Julie
Kategorien: Response Lists, Personalities
Tags: julie, small talk, personality, response list, girlfriend
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 398, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 4, 21:51
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
Alias: @Actions & Poses
Kategorien: Response Lists
Tags: response list, poses, actions, examples
Erstellt: Oct 13 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 357, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 14:44
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
Kategorien: Self, Examples
Tags: self, examples, sms
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 341, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 2, 7:37
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Kategorien: Self, Examples
Tags: examples, email, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 325, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 19:58
Jokes
Jokes
A collection of funny, clean, jokes.
Alias: @Jokes
Kategorien: Response Lists
Tags: response list, jokes
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 305, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 18:05
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: utils, bootstrap, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 296, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 4, 21:49
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Kategorien: Self, Examples
Tags: self, wikiquote, examples, html
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 292, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 9:08
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)
Kategorien: Self, Bootstrap
Tags: knowledge, self, bootstrap, utils
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 289, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 2, 2:29
client_profile (alice)
client_profile (alice)
The client_profile AIML script from the ALICE A.I. FOUNDATION. This script contains responses for giving and learning info on the user. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @client_profile (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: alice, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 281, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 1, 21:16
that (alice)
that (alice)
The "that" AIML script from the ALICE A.I. FOUNDATION. This script contains context response to other questions from the ALICE scripts. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @that (alice)
Kategorien: A.L.I.C.E., AIML
Tags: alice, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 269, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 6, 0:33
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
Kategorien: Examples, Response Lists
Tags: orders, e-commerce, examples, pizza, response list
Erstellt: Apr 11 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 247, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 5, 11:45
atomique_ed (french)
atomique_ed (french)
atomique_ed French AIML script from ALICE A.I. Foundation. This script contains some responses to common phrases and is meant to be combine with the other french AIML scripts for the full personality.
Alias: @atomique_ed (french)
Kategorien: French Set, Language, AIML, French
Tags: french, aiml, common responses
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 237, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 5, 19:17
bot profile (alice)
bot profile (alice)
The bot profile AIML script from the ALICE A.I. FOUNDATION. This script answers basic questions about the bot. You need to set several bot variables for it to function. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
You can set a variable on your bot using Self while chatting with your bot:
&& set #gender to "female" on #self
or importing a chat log; script: set #gender to "female" on #self
Alias: @bot profile (alice)
Kategorien: A.L.I.C.E., AIML
Tags: aiml, alice, bot
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 203, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 4, 4:22
computers (alice)
computers (alice)
The computers AIML script from the ALICE A.I. FOUNDATION. This script contains general responses on computers and programming. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @computers (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: knowledge, aiml, alice, tech
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 198, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 15:40
sara
sara
sara Spanish AIML script from ALICE A.I. Foundation.
This script contains the basic sara personality and is meant to be combine with the other sara AIML scripts for the full personality.
Alias: @sara
Kategorien: Spanish, Sara, Language, AIML
Tags: spanish, bot, aiml, alice, sara
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 195, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: May 1, 1:10

Weiter | 1 | 2 | 3 | 4 | 5