Skripte
Durchsuchen Sie unsere open-script-Bibliothek oder teilen Sie Ihre eigenen Skripts.
Kategorien
Skripte geschrieben, die in der AIML-scripting-language,ein standard-format für den chat-bot-scripting.
Wiederverwendbare chat-Protokolle und-Antwort-Listen können importiert werden, in Ihrer eigenen chat-bot.
Daten-import und-Kenntnisse-Dateien (Sie können das importieren von Daten in Ihre bot von seiner Seite Wissen).
Beispiele, die Sie verwenden können, um Ihre eigenen Skripts erstellen.
HTML-Beispiele und wiederverwendbare Komponenten.
JavaScript-Beispiele und wiederverwendbare Komponenten, die die Verwendung von Paphus Live Chat SDK.
Skripte kategorisiert durch die Sprache
Eine Antwort-Liste ist ein text-format, das eine Reihe von Fragen und Antworten und support-tags, wie keywords und Thema.
Skripte geschrieben, die in der Selbst-scripting-Sprache. Selbst ist die Skriptsprache verwendet, in Paphus Live-Chat chat-bots.
Vorgestellt Scripts
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: 1232, heute: 0, Woche: 3, Monat: 31
Zuletzt Verbinden: Aug 27, 17:02
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: 555, heute: 1, Woche: 5, Monat: 27
Zuletzt Verbinden: Yesterday, 17:57
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: 496, heute: 0, Woche: 2, Monat: 27
Zuletzt Verbinden: Aug 26, 11:58
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: 259, heute: 0, Woche: 2, Monat: 26
Zuletzt Verbinden: Aug 27, 4:43
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: 471, heute: 0, Woche: 4, Monat: 24
Zuletzt Verbinden: Yesterday, 0:04
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: 269, heute: 2, Woche: 4, Monat: 24
Zuletzt Verbinden: Yesterday, 14:16
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: Response Lists, Examples
Tags: response list, examples
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 487, heute: 0, Woche: 0, Monat: 22
Zuletzt Verbinden: Aug 24, 19:58
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: 1011, heute: 0, Woche: 1, Monat: 20
Zuletzt Verbinden: Aug 26, 17:14
|
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: 499, heute: 0, Woche: 1, Monat: 20
Zuletzt Verbinden: Aug 26, 12:25
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: 569, heute: 0, Woche: 2, Monat: 19
Zuletzt Verbinden: Aug 26, 23:50
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: 493, heute: 0, Woche: 1, Monat: 19
Zuletzt Verbinden: Aug 26, 11:45
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: 446, heute: 1, Woche: 3, Monat: 19
Zuletzt Verbinden: Yesterday, 13:45
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: 481, heute: 0, Woche: 0, Monat: 18
Zuletzt Verbinden: Aug 24, 19:54
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: 1091, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Aug 25, 7:55
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: 1000, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Yesterday, 0:27
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: Examples, Self
Tags: examples, self, sms
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 509, heute: 1, Woche: 3, Monat: 17
Zuletzt Verbinden: Yesterday, 13:38
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Examples, Self
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: 503, heute: 0, Woche: 2, Monat: 17
Zuletzt Verbinden: Aug 26, 12:36
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Kategorien: Examples, Self
Tags: examples, email, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 500, heute: 0, Woche: 6, Monat: 17
Zuletzt Verbinden: Aug 27, 1:47
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: 497, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Aug 26, 12:10
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: 464, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Aug 26, 12:29
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: 455, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Aug 26, 18:35
Response list for the Brain Bot personality.
Alias: @brainbot
Kategorien: Personalities, Response Lists
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: 270, heute: 1, Woche: 1, Monat: 17
Zuletzt Verbinden: Yesterday, 21:54
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: 598, heute: 0, Woche: 1, Monat: 16
Zuletzt Verbinden: Aug 26, 12:00
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: Examples, Self
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: 456, heute: 0, Woche: 2, Monat: 16
Zuletzt Verbinden: Aug 26, 12:05
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: Response Lists, Examples
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: 435, heute: 0, Woche: 2, Monat: 16
Zuletzt Verbinden: Aug 26, 21:11
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: 362, heute: 0, Woche: 2, Monat: 16
Zuletzt Verbinden: Aug 26, 13:26
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: 969, heute: 0, Woche: 1, Monat: 15
Zuletzt Verbinden: Aug 26, 2:18
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: 567, heute: 1, Woche: 2, Monat: 14
Zuletzt Verbinden: Yesterday, 23:58
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: 552, heute: 0, Woche: 1, Monat: 14
Zuletzt Verbinden: Aug 26, 9:45
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Kategorien: Examples, Self
Tags: example, repeat, self
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 477, heute: 1, Woche: 4, Monat: 13
Zuletzt Verbinden: Yesterday, 13:44
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: 475, heute: 0, Woche: 1, Monat: 13
Zuletzt Verbinden: Aug 26, 12:34
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: 469, heute: 1, Woche: 4, Monat: 13
Zuletzt Verbinden: Yesterday, 13:42
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: 465, heute: 0, Woche: 0, Monat: 12
Zuletzt Verbinden: Aug 24, 19:56
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: 456, heute: 0, Woche: 2, Monat: 12
Zuletzt Verbinden: Aug 27, 19:09
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: 294, heute: 0, Woche: 1, Monat: 12
Zuletzt Verbinden: Aug 26, 13:35
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: 260, heute: 0, Woche: 1, Monat: 12
Zuletzt Verbinden: Aug 27, 10:40
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: 253, heute: 1, Woche: 1, Monat: 12
Zuletzt Verbinden: Today, 0:11
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: 1056, heute: 0, Woche: 0, Monat: 11
Zuletzt Verbinden: Aug 24, 19:59
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: 473, heute: 2, Woche: 3, Monat: 11
Zuletzt Verbinden: Yesterday, 13:40
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: 466, heute: 0, Woche: 0, Monat: 11
Zuletzt Verbinden: Aug 24, 20:04
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: Bootstrap, Self
Tags: self, bootstrap, utils
Erstellt: Oct 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 441, heute: 0, Woche: 1, Monat: 11
Zuletzt Verbinden: Aug 26, 11:47
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: 169, heute: 1, Woche: 3, Monat: 11
Zuletzt Verbinden: Yesterday, 13:48
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: 984, heute: 0, Woche: 1, Monat: 10
Zuletzt Verbinden: Aug 26, 12:15
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: 483, heute: 0, Woche: 0, Monat: 10
Zuletzt Verbinden: Aug 24, 20:06
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: Examples, Self
Tags: self, examples, sms
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 496, heute: 0, Woche: 0, Monat: 9
Zuletzt Verbinden: Aug 24, 4:28
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: 474, heute: 0, Woche: 1, Monat: 9
Zuletzt Verbinden: Aug 26, 12:20
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: Bootstrap, Self
Tags: utils, bootstrap, self
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 445, heute: 0, Woche: 1, Monat: 9
Zuletzt Verbinden: Aug 26, 12:05
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: 261, heute: 1, Woche: 1, Monat: 9
Zuletzt Verbinden: Yesterday, 23:12
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: 160, heute: 1, Woche: 2, Monat: 9
Zuletzt Verbinden: Yesterday, 13:50
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: 504, heute: 0, Woche: 0, Monat: 8
Zuletzt Verbinden: Aug 24, 19:55
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: 458, heute: 0, Woche: 2, Monat: 8
Zuletzt Verbinden: Aug 26, 17:17
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: 145, heute: 0, Woche: 1, Monat: 8
Zuletzt Verbinden: Aug 26, 12:49
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: 497, heute: 0, Woche: 1, Monat: 7
Zuletzt Verbinden: Aug 26, 12:38
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: 480, heute: 0, Woche: 1, Monat: 7
Zuletzt Verbinden: Aug 25, 17:34
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: 252, heute: 1, Woche: 1, Monat: 5
Zuletzt Verbinden: Yesterday, 1:55
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: 1232, heute: 0, Woche: 3, Monat: 31
Zuletzt Verbinden: Aug 27, 17:02
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)
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, small talk, alice
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 444, heute: 0, Woche: 0, Monat: 30
Zuletzt Verbinden: Aug 24, 20:08
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: 291, heute: 1, Woche: 3, Monat: 28
Zuletzt Verbinden: Yesterday, 3:27
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: 555, heute: 1, Woche: 5, Monat: 27
Zuletzt Verbinden: Yesterday, 17:57
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: 496, heute: 0, Woche: 2, Monat: 27
Zuletzt Verbinden: Aug 26, 11:58
This response list provide a set of common synonyms you can import into your bot.
Alias: @Common Synonyms
Kategorien: Response Lists
Tags: synonyms, response list
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 309, heute: 3, Woche: 6, Monat: 26
Zuletzt Verbinden: Yesterday, 17:51
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: 259, heute: 0, Woche: 2, Monat: 26
Zuletzt Verbinden: Aug 27, 4:43
Rosie udc.aiml script.
Alias: @udc
Kategorien: Rosie, AIML
Tags: rosie, aiml, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 239, heute: 3, Woche: 4, Monat: 26
Zuletzt Verbinden: Yesterday, 12:40
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: 339, heute: 0, Woche: 3, Monat: 25
Zuletzt Verbinden: Aug 27, 3:45
Rosie roman.aiml script.
Alias: @roman
Kategorien: Rosie, AIML
Tags: aiml, rosie, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 300, heute: 4, Woche: 7, Monat: 25
Zuletzt Verbinden: Yesterday, 20:09
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: 471, heute: 0, Woche: 4, Monat: 24
Zuletzt Verbinden: Yesterday, 0:04
This script gives an example of how to search wikipedia.
Alias: @AIML Wikipedia Search
Kategorien: AIML2, AIML, Examples
Tags: examples, search, xml, wikipedia, sraix, aiml, xpath
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 350, heute: 1, Woche: 1, Monat: 24
Zuletzt Verbinden: Yesterday, 22:45
Using these commands, your bot can open an app for you on your device.
This list features the most common apps: pick and choose, load them all or use this as a guide.
You will need to know the package name of the app you want to open.
Alias: @Open Common Apps Commands
Kategorien: Response Lists, Mobile Assistant
Tags: response list, assistant, commands, mobile
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 337, heute: 2, Woche: 5, Monat: 24
Zuletzt Verbinden: Yesterday, 13:44
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: 269, heute: 2, Woche: 4, Monat: 24
Zuletzt Verbinden: Yesterday, 14:16
Rosie modal.set script.
Alias: @modal
Kategorien: Rosie, AIML, Data, Set
Tags: rosie, set, aiml, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 265, heute: 3, Woche: 5, Monat: 24
Zuletzt Verbinden: Yesterday, 20:10
Rosie place.set script.
Alias: @place
Kategorien: Data, Rosie, AIML, Set
Tags: aiml2, set, rosie, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 261, heute: 1, Woche: 7, Monat: 24
Zuletzt Verbinden: Yesterday, 13:41
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: Response Lists, Examples
Tags: response list, examples
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 487, heute: 0, Woche: 0, Monat: 22
Zuletzt Verbinden: Aug 24, 19:58
The pickup AIML script from the ALICE A.I. FOUNDATION.
This script contains basic default phrases to start or redirect conversations.
The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @pickup (alice)
Kategorien: A.L.I.C.E., AIML
Tags: aiml, default phrases, bot, alice
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 346, heute: 0, Woche: 2, Monat: 22
Zuletzt Verbinden: Aug 26, 12:51
An example response list that calls the GeoNames web service.
Alias: @GeoNames JSON Response List Example
Kategorien: Examples, Response Lists
Tags: response list, self, web service, json
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 313, heute: 0, Woche: 1, Monat: 22
Zuletzt Verbinden: Aug 26, 18:49
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: 214, heute: 2, Woche: 6, Monat: 22
Zuletzt Verbinden: Yesterday, 13:42
Sara nombres Spanish AIML script from ALICE A.I. Foundation.
This script contains some naming understanding and is meant to be combine with the other sara AIML scripts for the full personality.
Alias: @nombres (sara)
Kategorien: AIML, Spanish, Language, Sara
Tags: names, spanish, aiml, sara
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 328, heute: 1, Woche: 3, Monat: 21
Zuletzt Verbinden: Yesterday, 11:05
Rosie be2is.map script.
Alias: @be2is
Kategorien: AIML, Map, Rosie, Data
Tags: aiml, rosie, map, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 301, heute: 1, Woche: 2, Monat: 21
Zuletzt Verbinden: Yesterday, 23:57
Rosie capital2nation.map script.
Alias: @capital2nation
Kategorien: AIML, Map, Data, Rosie
Tags: aiml2, map, rosie, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Map
Verbindet: 287, heute: 0, Woche: 1, Monat: 21
Zuletzt Verbinden: Aug 25, 10:16
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: 1011, heute: 0, Woche: 1, Monat: 20
Zuletzt Verbinden: Aug 26, 17:14
|
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: 499, heute: 0, Woche: 1, Monat: 20
Zuletzt Verbinden: Aug 26, 12:25
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: 357, heute: 0, Woche: 1, Monat: 20
Zuletzt Verbinden: Aug 26, 12:59
The default AIML script from the ALICE A.I. FOUNDATION.
This script contains general responses to many common types of questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @default (alice)
Kategorien: A.L.I.C.E., AIML
Tags: aiml, common responses, small talk, default phrases, alice
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 325, heute: 1, Woche: 4, Monat: 20
Zuletzt Verbinden: Yesterday, 13:46
Rosie client_profile.aiml script.
Alias: @clientprofile
Kategorien: Rosie, AIML
Tags: aiml, rosie, profile, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 316, heute: 1, Woche: 3, Monat: 20
Zuletzt Verbinden: Yesterday, 13:45
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Kategorien: Response Lists, Examples
Tags: web service, self, response list, xml
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 262, heute: 0, Woche: 6, Monat: 20
Zuletzt Verbinden: Yesterday, 0:57
Rosie rosie.properties script.
Alias: @rosie
Kategorien: Properties, AIML, Rosie, Data
Tags: rosie, properties, aiml, personality, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Properties
Verbindet: 251, heute: 2, Woche: 3, Monat: 20
Zuletzt Verbinden: Yesterday, 19:33
This script lets you play Checkers 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: @checkers-admin
Kategorien: Self, Games
Tags: machine learning, analytics, self, games, deep learning, checkers
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 250, heute: 2, Woche: 3, Monat: 20
Zuletzt Verbinden: Yesterday, 20:17
Rosie that.aiml script.
Alias: @that
Kategorien: AIML, Rosie
Tags: rosie, aiml2, aiml
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 247, heute: 1, Woche: 5, Monat: 20
Zuletzt Verbinden: Yesterday, 13:43
This script lets you play Connect 4 with your bot.
This is the text version of the script (board is printed as text).
There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API.
This script requires the game-sdk.js and games.css files.
Alias: @connect4text
Kategorien: Games, Self
Tags: analytics, deep learning, self, checkers, machine learning, games
Erstellt: Apr 14 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 228, heute: 1, Woche: 4, Monat: 20
Zuletzt Verbinden: Yesterday, 13:45
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: 569, heute: 0, Woche: 2, Monat: 19
Zuletzt Verbinden: Aug 26, 23:50
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: 493, heute: 0, Woche: 1, Monat: 19
Zuletzt Verbinden: Aug 26, 11:45
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: 446, heute: 1, Woche: 3, Monat: 19
Zuletzt Verbinden: Yesterday, 13:45
The ai AIML script from the ALICE A.I. FOUNDATION.
This script contains responses on the bot and AIML. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @ai (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 413, heute: 1, Woche: 3, Monat: 19
Zuletzt Verbinden: Yesterday, 13:35
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)
Kategorien: AIML, A.L.I.C.E.
Tags: alice, knowledge, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 409, heute: 2, Woche: 5, Monat: 19
Zuletzt Verbinden: Yesterday, 13:49
The gossip AIML script from the ALICE A.I. FOUNDATION.
The gossip script is meant to be combined with the other alice AIML scripts for the full personality.
Alias: @gossip (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: 353, heute: 1, Woche: 4, Monat: 19
Zuletzt Verbinden: Yesterday, 13:47
The drugs AIML script from the ALICE A.I. FOUNDATION.
This script contains basic responses for drug and narcotics related questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @drugs (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: alice, aiml, drugs
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 339, heute: 0, Woche: 1, Monat: 19
Zuletzt Verbinden: Aug 26, 13:18
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: A.L.I.C.E., AIML
Tags: utils, alice, aiml
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 327, heute: 1, Woche: 4, Monat: 19
Zuletzt Verbinden: Yesterday, 13:45
Provides lists of supported commands.
Alias: @List Commands
Kategorien: Mobile Assistant, Response Lists
Tags: assistant, mobile, commands
Erstellt: Feb 19 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 313, heute: 0, Woche: 2, Monat: 19
Zuletzt Verbinden: Aug 27, 1:19
Rosie wh.set script.
Alias: @wh
Kategorien: Rosie, Set, AIML, Data
Tags: aiml, rosie, set, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Set
Verbindet: 287, heute: 0, Woche: 1, Monat: 19
Zuletzt Verbinden: Aug 27, 8:47
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs
Kategorien: Examples, Self
Tags: exodus, self, examples, paragraphs
Erstellt: Aug 14 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 265, heute: 0, Woche: 2, Monat: 19
Zuletzt Verbinden: Aug 26, 17:15
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: 260, heute: 2, Woche: 5, Monat: 19
Zuletzt Verbinden: Yesterday, 13:40
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
Kategorien: Response Lists
Tags: response list, learning, synthesis, artificial intelligence
Erstellt: Dec 18 2020, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 233, heute: 1, Woche: 3, Monat: 19
Zuletzt Verbinden: Yesterday, 13:45
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: 481, heute: 0, Woche: 0, Monat: 18
Zuletzt Verbinden: Aug 24, 19:54
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)
Kategorien: A.L.I.C.E., AIML
Tags: aiml, alice
Erstellt: Feb 8 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 403, heute: 0, Woche: 0, Monat: 18
Zuletzt Verbinden: Aug 23, 10:56
This script shows how you can call an IBM Watson bot or web service from IBM's Bluemix web API.
For examples on calling IBM Watson's API see, https://watson-api-explorer.mybluemix.net/
Alias: @IBM Watson Example
Kategorien: Examples, Self
Tags: examples, web service, json, watson
Erstellt: Feb 20 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 369, heute: 1, Woche: 1, Monat: 18
Zuletzt Verbinden: Yesterday, 21:51
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: 309, heute: 0, Woche: 1, Monat: 18
Zuletzt Verbinden: Aug 26, 9:33
Rosie animal.aiml script.
Alias: @animal
Kategorien: AIML, Rosie
Tags: rosie, aiml, animals, aiml2
Erstellt: Nov 7 2019, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 306, heute: 0, Woche: 0, Monat: 18
Zuletzt Verbinden: Aug 24, 20:28
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: 272, heute: 1, Woche: 1, Monat: 18
Zuletzt Verbinden: Today, 0:03
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: 1091, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Aug 25, 7:55
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: 1000, heute: 0, Woche: 1, Monat: 17
Zuletzt Verbinden: Yesterday, 0:27
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: Examples, Self
Tags: examples, self, sms
Erstellt: Oct 7 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 509, heute: 1, Woche: 3, Monat: 17
Zuletzt Verbinden: Yesterday, 13:38
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Examples, Self
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: 503, heute: 0, Woche: 2, Monat: 17
Zuletzt Verbinden: Aug 26, 12:36