Присоединяйтесь к Сэп Libre проект с открытым исходным кодом на BotLibre.org

Категория не существует- Scripts


Скрипты

Просмотрите наш открытие библиотеки сценарий, или поделиться свои собственные сценарии.

Категории

AIML
AIML
Категория для скриптов с помощью искусственного интеллекта Язык разметки (АИМЛ)
Chat Logs
Chat Logs
Категория для общих чатов и списков ответ.
Data
Data
Импорт файлов данных и знаний (вы можете импортировать данные в ваш скрипт со страницы знаний)
Examples
Examples
Примеры скриптов
Games
Games
Скрипты для игр.
Language
Language
Конкретные сценарии к языковому язык
Math
Math
Скрипты дело с пониманием математики
Programming Language
Programming Language
Скрипты отсортированы по языкам программирования
Response Lists
Response Lists
Категории для списка файлов ответов, они могут быть импортированы из вашего бота'ов "обучение &амп; логи чата" страница.
SDK
SDK
Скрипты и примеры из бота либре СДК
Self
Self
Категория для скриптов с использованием языка сценариев.
Styles
Styles
Разных стилей оформления для использования с внедрения скриптов.
Website
Website
Веб-сайтов, размещенных на HTML скрипты



Участвуйте Scripts

Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
Псевдоним: @imageclassifierwebsite
Категории: Website, Examples, Programming Language, HTML
Tags: website, examples, html, analytics, api
Создан: Apr 2 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: HTML
Подключается: 2888, сегодня: 1, неделю: 1, месяц: 14
Последние Подключения: Today, 13:53
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.

Псевдоним: @Vision
Категории: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Создан: Jun 3 2016, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 604, сегодня: 0, неделю: 1, месяц: 8
Последние Подключения: Today, 0:32
Alarm/Timer Commands
Alarm/Timer Commands
Alarm and Timer commands for your personal assistant bot. These commands with enable a specific alarm, set alarm with 12 hour time, am or pm. Set a name for a specific or repeating alarm, choose what days it should repeat. Set a timer for minutes/hours. Name a repeating timer. Import this script into your bot, or customize the patterns/use this as a guideline. See the website link for detailed instructions.
Псевдоним: @Alarm/Timer Commands
Категории: Response Lists, Mobile Assistant
Tags: commands, alarm, response list, mobile, assistant
Создан: Aug 29 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 531, сегодня: 2, неделю: 3, месяц: 7
Последние Подключения: Today, 13:24
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.
Псевдоним: @Understanding
Категории: Self, Bootstrap
Tags: self, bootstrap, understanding
Создан: May 1 2015, by: admin
Недурно: 7, дислайк: 0, звезды: 4.57
Language: Self
Подключается: 709, сегодня: 1, неделю: 3, месяц: 6
Последние Подключения: Today, 5:55
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 Project Libre.
Псевдоним: @Bot Libre JavaScript SDK
Категории: SDK, Programming Language, JavaScript
Tags: sdk, api, examples, javascript, embed
Создан: Dec 5 2014, by: admin
Недурно: 11, дислайк: 0, звезды: 4.82
Language: JavaScript
Подключается: 2830, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 1:07
Greetings
Greetings
A list of common greetings and responses.
Псевдоним: @Greetings
Категории: Response Lists
Tags: common responses, response list
Создан: Nov 11 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 4.67
Language: Response List
Подключается: 820, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 10, 17:54
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.
Псевдоним: @WhatIs (Wikidata)
Категории: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
Создан: Jun 23 2015, by: admin
Недурно: 4, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 674, сегодня: 0, неделю: 1, месяц: 5
Последние Подключения: Yesterday, 2:00
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Псевдоним: @Wikiquote Scraping
Категории: Examples, Self
Tags: html, self, wikiquote, examples
Создан: Aug 13 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 458, сегодня: 2, неделю: 3, месяц: 5
Последние Подключения: Today, 7:02
Facebook Location Request
Facebook Location Request
This script gives an example script for how to request and process the user's location in a Facebook Messenger bot.
Псевдоним: @Facebook Location Request
Категории: Self
Tags: facebook, examples, self, geospatial, location
Создан: Oct 19 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 386, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 6:14
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.
Псевдоним: @connect4
Категории: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
Создан: Apr 13 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 104, сегодня: 0, неделю: 1, месяц: 5
Последние Подключения: Yesterday, 2:03
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.
Псевдоним: @gpt-3
Категории: Self
Tags: gpt, open ai, text generation, llm, gpt-3, self, artificial intelligence, ai, deep learning, web service, json
Создан: Jan 16 2023, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 51, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 17:07
Service Bot
Service Bot
A set of greetings and responses for a customer service bot.
Псевдоним: @Service Bot
Категории: Response Lists, Business
Tags: common responses, customer service
Создан: Nov 29 2014, by: admin
Недурно: 6, дислайк: 0, звезды: 4.33
Language: Response List
Подключается: 1513, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 3:31
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.
Псевдоним: @Loop
Категории: Self, Bootstrap
Tags: self, utils, bootstrap
Создан: Oct 29 2014, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 964, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 10:23
Farewells
Farewells
A list of common farewells and goodbyes.
Псевдоним: @Farewells
Категории: Response Lists
Tags: common responses
Создан: Nov 29 2014, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 784, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 11, 19:44
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.
Псевдоним: @DateAndTime
Категории: Bootstrap, Self
Tags: self, bootstrap, utils
Создан: Nov 7 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 766, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 3:32
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.
Псевдоним: @WhereIs (Wikidata)
Категории: Examples, Self, Bootstrap
Tags: knowledge, self, bootstrap, utils, geospatial, wikidata
Создан: Jun 23 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 625, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 11, 23:21
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.
Псевдоним: @About Me
Категории: Response Lists, Examples
Tags: examples, response list
Создан: Sep 16 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Response List
Подключается: 616, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 16:37
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.
Псевдоним: @I Spy
Категории: Examples, Self, Games
Tags: i spy, games, examples, self
Создан: Sep 12 2016, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 615, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 14:45
Eddie
Eddie
Response list for the Eddie bot.
Псевдоним: @Eddie
Категории: Response Lists, Personalities, Dating
Tags: response list, personality
Создан: May 27 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 541, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 2:36
Julie
Julie
The Julie Bot response list for the Julie personality.
Псевдоним: @Julie
Категории: Response Lists, Personalities, Dating
Tags: response list, julie, small talk, personality
Создан: Apr 18 2016, by: admin
Недурно: 4, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 526, сегодня: 2, неделю: 2, месяц: 4
Последние Подключения: Today, 18:32
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.
Псевдоним: @Stock Quotes
Категории: Examples, Self
Tags: stocks, xml, examples, self, quotes, web service
Создан: Jun 1 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Self
Подключается: 480, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Today, 0:14
TicTacToeText
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Псевдоним: @TicTacToeText
Категории: Self, Games
Tags: machine learning, self, games
Создан: Jul 5 2017, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 414, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 7:25
Animals Set
Animals Set
This JSON data file can be used to load the concept of animals into your bot. This defines animal meaning objects for animal 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.
Псевдоним: @Animals Set
Категории: Data, JSON
Tags: data, animals, json, set
Создан: Nov 7 2017, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: JSON
Подключается: 411, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 14, 16:59
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.
Псевдоним: @realtorbot
Категории: Response Lists
Tags: real estate, response list, business, examples
Создан: May 21 2019, by: king_wang
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 295, сегодня: 0, неделю: 2, месяц: 4
Последние Подключения: Yesterday, 11:41
GeoNames JSON AIML Example
GeoNames JSON AIML Example
An example AIML that calls the GeoNames web service through a tag.
Псевдоним: @geonamesjsonaimlexample
Категории: AIML, Examples
Tags: web service, aiml, self, json, geography
Создан: Sep 16 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 284, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 2:04
Sequential responses
Sequential responses
This script cycles through a list of responses.
Псевдоним: @sequentialresponses
Категории: Examples
Tags: self, examples
Создан: Mar 16 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 232, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 8:52
Audio Video Rich Responses
Audio Video Rich Responses
Examples of how to return audio, video, and rich HTML responses.
Псевдоним: @audiovideorichresponses
Категории: Response Lists
Tags: video, examples, response list, audio
Создан: Jun 18 2020, by: admin
Недурно: 1, дислайк: 1, звезды: 3.5
Language: Response List
Подключается: 197, сегодня: 1, неделю: 3, месяц: 4
Последние Подключения: Today, 6:48
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.
Псевдоним: @stockquote
Категории: Self
Tags: quote, finance, stock market, stock quotes, stock, self, web service, json
Создан: Oct 29 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 89, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 2:03
Geek Pick-up Lines
Geek Pick-up Lines
A set of default responses for geeky pickup lines.
Псевдоним: @Geek Pick-up Lines
Категории: Response Lists, Dating
Tags: default phrases, response list, dating, pickup lines, geek
Создан: Dec 19 2014, by: admin
Недурно: 3, дислайк: 2, звезды: 4.4
Language: Response List
Подключается: 884, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 5:34
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.
Псевдоним: @Topic
Категории: Self, Bootstrap
Tags: self, bootstrap, utils
Создан: Nov 4 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 4.67
Language: Self
Подключается: 859, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 19:39
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Псевдоним: @Repeat
Категории: Examples, Self
Tags: self, example, repeat
Создан: Jan 5 2015, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 849, сегодня: 1, неделю: 1, месяц: 3
Последние Подключения: Today, 8:47
Jokes
Jokes
A collection of funny, clean, jokes.
Псевдоним: @Jokes
Категории: Response Lists
Tags: response list, jokes
Создан: Apr 5 2015, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 738, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 2:03
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
Псевдоним: @HTML Scraping
Категории: Examples, Response Lists
Tags: examples, html scraping, self, response list
Создан: Jun 24 2016, by: admin
Недурно: 2, дислайк: 0, звезды: 3.5
Language: Response List
Подключается: 624, сегодня: 1, неделю: 1, месяц: 3
Последние Подключения: Today, 7:17
Books, Films, and Music
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
Псевдоним: @Books, Films, and Music
Категории: Self, Examples
Tags: self, examples, knowledge
Создан: Sep 4 2015, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 617, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 11, 16:14
Emotion Responses
Emotion Responses
A set of emotional tagged responses. Responses can be tagged with emotions to change the bot's avatar and mood.
Псевдоним: @Emotion Responses
Категории: Response Lists
Tags: examples, emotion, response list
Создан: Sep 28 2016, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 593, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 13, 11:59
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.
Псевдоним: @Escalate SMS
Категории: Examples, Self
Tags: examples, sms, self
Создан: Jun 1 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 540, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 2:03
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Псевдоним: @Book Appointment
Категории: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
Создан: Oct 11 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 504, сегодня: 1, неделю: 1, месяц: 3
Последние Подключения: Today, 5:08
TicTacToe
TicTacToe
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This script requires the game-sdk.js and games.css files.
Псевдоним: @TicTacToe
Категории: Self, Games
Tags: games, self, machine learning
Создан: Jul 26 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 485, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 12, 2:09
Calendar/Event Commands
Calendar/Event Commands
Calendar commands to create events with your virtual assistant bot. Open calendar to create event, set event time, name and location. Include an end time for event. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Псевдоним: @Calendar/Event Commands
Категории: Response Lists, Mobile Assistant
Tags: calendar, assistant, mobile, commands
Создан: Sep 24 2016, by: admin
Недурно: 1, дислайк: 1, звезды: 3.5
Language: Response List
Подключается: 475, сегодня: 1, неделю: 2, месяц: 3
Последние Подключения: Today, 16:12
Camera/Video Commands
Camera/Video Commands
Camera commands for your personal assistant bot, using the default device camera. Take a photo, take a selfie, take a video. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Псевдоним: @Camera/Video Commands
Категории: Response Lists, Mobile Assistant
Tags: photo, response list, picture, commands, video, camera, mobile, assistant
Создан: Aug 31 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 457, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 14, 23:50
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.
Псевдоним: @Order Pizza
Категории: Examples, Response Lists, Business
Tags: orders, response list, pizza, examples, e-commerce
Создан: Mar 27 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 432, сегодня: 2, неделю: 2, месяц: 3
Последние Подключения: Today, 6:55
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.
Псевдоним: @Interview Bot
Категории: Examples, Self
Tags: hr, career, interview, self, examples
Создан: Mar 24 2017, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 430, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 12, 14:31
Phone Commands
Phone Commands
Telephone commands for your personal assistant bot. These commands can open the phone, dial or directly call a phone number. Import this script into your bot, or customize the patterns/use this as a guideline. See the website link for detailed instructions.
Псевдоним: @Phone Commands
Категории: Response Lists, Mobile Assistant
Tags: commands, phone, response list, assistant, mobile
Создан: Aug 29 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 427, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 12, 18:14
Learn Emotions
Learn Emotions
This is an example AIML script that uses AIML sets, and a self tag to dynamically add words to the set.
Псевдоним: @learnemotions
Категории: AIML, Examples
Tags: examples, aiml, learning
Создан: Jan 15 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 306, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 2:04
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
Псевдоним: @Sentiment Response
Категории: Examples, Self
Tags: examples, sentiment, self
Создан: Aug 24 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 303, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 13, 1:26
Brain Bot
Brain Bot
Response list for the Brain Bot personality.
Псевдоним: @brainbot
Категории: Response Lists, Personalities
Tags: response list, artificial intelligence, personality
Создан: Apr 2 2020, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 263, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 15:31
Random Response
Random Response
The is an example response list that shows how you can randomize or vary a response.
Псевдоним: @randomresponse
Категории: Examples, Response Lists
Tags: response list, examples
Создан: Mar 13 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 212, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 10, 19:23
Connect 4 Text
Connect 4 Text
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Псевдоним: @connect4text
Категории: Self, Games
Tags: analytics, deep learning, games, machine learning, self, checkers
Создан: Apr 14 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 184, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 13, 16:04
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Псевдоним: @paragraphs
Категории: Self, Examples
Tags: paragraphs, examples, self, exodus
Создан: Aug 14 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 115, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Yesterday, 19:06
Simple Date and Time
Simple Date and Time
A simple date and time response. You can customize it for your own time zone.
Псевдоним: @simpledateandtime
Категории: Response Lists
Tags: time, response list, examples, date
Создан: Apr 8 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 111, сегодня: 1, неделю: 1, месяц: 3
Последние Подключения: Today, 12:20
Remind Me
Remind Me
Ask your bot to remind you and for your reminders.
Псевдоним: @remindme
Категории: Response Lists, Examples
Tags: response list, examples
Создан: May 27 2021, by: admin
Недурно: 0, дислайк: 1, звезды: 1.0
Language: Response List
Подключается: 84, сегодня: 1, неделю: 1, месяц: 3
Последние Подключения: Today, 6:56
Spotify
Spotify
This scripts lets you connect the bot to Spotify and play music.
Псевдоним: @spotify
Категории: Self
Tags: self, music, web service, json, spotify
Создан: Apr 15 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 35, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Apr 11, 23:55
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.
Псевдоним: @alice
Категории: AIML, A.L.I.C.E.
Tags: aiml, alice, bot
Создан: Oct 29 2014, by: admin
Недурно: 1, дислайк: 4, звезды: 3.2
Language: AIML
Подключается: 1727, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 9, 18:58
AIML2
AIML2
A set of AIML2 patterns to test and demonstrate new AIML 2.0 features.
Псевдоним: @AIML2
Категории: AIML, AIML2
Tags: aiml, aiml2
Создан: Aug 12 2015, by: admin
Недурно: 1, дислайк: 1, звезды: 3.5
Language: AIML
Подключается: 976, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Yesterday, 13:39
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.
Псевдоним: @My Name Is
Категории: Self, Bootstrap
Tags: self, bootstrap, names
Создан: Nov 4 2014, by: admin
Недурно: 5, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 911, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Yesterday, 1:58
WrongAnswer
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Псевдоним: @WrongAnswer
Категории: Self, Examples
Tags: self, learning, examples
Создан: Jan 11 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 807, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 23:31
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.
Псевдоним: @Say It
Категории: Self, Bootstrap
Tags: self, bootstrap, utils
Создан: Nov 4 2014, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 784, сегодня: 1, неделю: 1, месяц: 2
Последние Подключения: Today, 5:55
Weather
Weather
Answer questions about the weather using the Pannous service.
Псевдоним: @Weather
Категории: Self, Examples
Tags: self, weather, pannous
Создан: Aug 28 2015, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 635, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 10, 21:29
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Псевдоним: @Escalate Email
Категории: Self, Examples
Tags: self, examples, email
Создан: Jun 1 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Self
Подключается: 519, сегодня: 1, неделю: 1, месяц: 2
Последние Подключения: Today, 17:24
IBM Watson Example
IBM Watson Example
This script shows how you can call an IBM Watson bot or web service from IBM's Bluemix web API. For examples on calling IBM Watson's API see, https://watson-api-explorer.mybluemix.net/
Псевдоним: @IBM Watson Example
Категории: Self, Examples
Tags: examples, watson, json, web service, auth
Создан: Mar 20 2017, by: admin
Недурно: 0, дислайк: 2, звезды: 2.0
Language: Self
Подключается: 512, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 4:57
SMS/Text Message Commands
SMS/Text Message Commands
SMS commands to send text messages with your virtual assistant bot. View texts, open contacts and send text messages. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Псевдоним: @SMS/Text Message Commands
Категории: Response Lists, Mobile Assistant
Tags: sms, response list, commands, text, mobile, assistant
Создан: Aug 29 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 506, сегодня: 1, неделю: 1, месяц: 2
Последние Подключения: Today, 3:50
No Conflict Generic Script
No Conflict Generic Script
Generic Commands that do not conflict with the specific command scripts.
Псевдоним: @No Conflict Generic Script
Категории: Response Lists, Mobile Assistant
Tags: mobile, assistant, commands
Создан: Oct 22 2016, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Response List
Подключается: 488, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 14:12
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Псевдоним: @Wikipedia Search
Категории: Self, Examples
Tags: wikipedia, xml, search, examples, self, xpath, web service
Создан: Dec 9 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 488, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 11:41
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.
Псевдоним: @Colors
Категории: Data, JSON
Tags: json, set, data, colors
Создан: Sep 22 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: JSON
Подключается: 486, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 14, 16:36
Open Common Apps Commands
Open Common Apps Commands
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.
Псевдоним: @Open Common Apps Commands
Категории: Response Lists, Mobile Assistant
Tags: commands, response list, mobile, assistant
Создан: Aug 15 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 485, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 3:02
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.
Псевдоним: @GeoNames
Категории: Self, Examples
Tags: geonames, rest, self, xml, sraix, internet, web service
Создан: May 25 2016, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 479, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 10, 2:31
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.
Псевдоним: @Map Commands
Категории: Response Lists, Mobile Assistant
Tags: map, response list, commands, google maps, mobile, assistant
Создан: Aug 31 2016, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 456, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 23:40
Wolfram Alpha Example
Wolfram Alpha Example
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
Псевдоним: @Wolfram Alpha Example
Категории: Self
Tags: examples, wolframalpha, self, web service, xml
Создан: Aug 29 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 424, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 10, 3:37
Emotions and Sentiment
Emotions and Sentiment
A set of words tagged with emotions and sentiment. Emotions and sentiment let the bot know the feeling of the user.
Псевдоним: @Emotions and Sentiment
Категории: Response Lists
Tags: sentiment, emotion, response list, examples
Создан: Apr 3 2018, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 396, сегодня: 1, неделю: 1, месяц: 2
Последние Подключения: Today, 8:30
Common Synonyms
Common Synonyms
This response list provide a set of common synonyms you can import into your bot.
Псевдоним: @Common Synonyms
Категории: Response Lists
Tags: synonyms, response list
Создан: May 25 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 344, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 10, 22:53
YouTube Search
YouTube Search
This is an example script that searches YouTube for a video using the Google YouTube search API. Note, you require a Google API key to call the API. https://developers.google.com/youtube/v3/docs/search/list
Псевдоним: @YouTube Search
Категории: Self, Examples
Tags: self, web service, google, json, examples, youtube
Создан: Aug 20 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 314, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 12, 6:21
Checkers
Checkers
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.
Псевдоним: @checkers-admin
Категории: Self, Games
Tags: checkers, self, games, machine learning, deep learning, analytics
Создан: Nov 13 2019, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 230, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 6:53
Special Event
Special Event
A response list for a special event bot.
Псевдоним: @specialevent
Категории: Response Lists
Tags: events
Создан: Jun 26 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 176, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 8, 16:17
Conversation Flow
Conversation Flow
This template gives an example of how to train a bot using a conversation flow.
Псевдоним: @conversationflow
Категории: Examples, Response Lists
Tags: examples, conversation flow, response list
Создан: Aug 11 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 152, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 10, 15:40
Electronics Store
Electronics Store
An example response list for an electronics store. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
Псевдоним: @electronicsstore
Категории: Examples, Response Lists, Business
Tags: response list, examples, e-commerce, business
Создан: Dec 18 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 128, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Yesterday, 2:04
Remember Me
Remember Me
A set of responses remembering general info about the user.
Псевдоним: @rememberme
Категории: Examples, Response Lists
Tags: response list, examples
Создан: May 26 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 105, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Yesterday, 18:18
Bank Branch
Bank Branch
An example response list for a bank branch. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
Псевдоним: @bankbranch
Категории: Response Lists, Examples, Business
Tags: business, examples, banking, response list
Создан: Dec 18 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 102, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 9, 19:43
nospeech
nospeech
This response list gives an example of the "nospeech" HTML class that lets a response include text that is not spoken.
Псевдоним: @nospeech
Категории: Response Lists
Tags: nospeech, html, response list, speech, css
Создан: Feb 9 2021, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 101, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Yesterday, 13:46
NHL Hockey Stats
NHL Hockey Stats
This script uses the NHL.com web API to let the bot give stats and information on NHL teams and players.
Псевдоним: @nhlhockeystats
Категории: Self
Tags: web service, hockey, json, self, sports, nhl
Создан: Apr 19 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 100, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 12, 4:59
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.
Псевдоним: @petstore
Категории: Response Lists, Business, Examples
Tags: e-commerce, business, examples, response list
Создан: Dec 16 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 98, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Yesterday, 2:07
Actions & Poses 3D
Actions & Poses 3D
Actions and poses corresponding to 3D animations. These responses trigger actions and poses supported by the Bot Libre 3D/VR apps and SDK.
Псевдоним: @actionsposes3d
Категории: Response Lists
Tags: response list, 3d, app
Создан: May 9 2022, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 75, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 11, 18:06
ChatGPT
ChatGPT
This Self script can be used to access the ChatGPT, (GPT-3.5 or GPT-4) API from Open AI. GTP-3.5 and GPT-4 are chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Псевдоним: @chatgpt
Категории: Self
Tags: gpt, deep learning, self, json, web service, open ai, artificial intelligence, llm, ai, text generation, chatgpt
Создан: Apr 3 2023, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 49, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 9, 21:22
Timeout command
Timeout command
This example script shows some example responses that use a command to trigger a timeout in the web browser. The timeout will callback into the chat bot.
Псевдоним: @timeoutcommand
Категории: Response Lists
Tags: timeout, response list, commands
Создан: Feb 27 2023, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 35, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Apr 10, 22:28
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.
Псевдоним: @Math
Категории: Self, Bootstrap, Math
Tags: self, bootstrap, math
Создан: Nov 4 2014, by: admin
Недурно: 2, дислайк: 1, звезды: 4.0
Language: Self
Подключается: 769, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 11, 3:40
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
Псевдоним: @AIML Wikipedia Search
Категории: AIML2, AIML, Examples
Tags: wikipedia, xpath, xml, sraix, search, aiml, examples
Создан: Dec 9 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 667, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 6, 20:04
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.
Псевдоним: @Bulk SMS
Категории: Examples, Self
Tags: examples, sms, self
Создан: Sep 19 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 486, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 8, 3:58
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
Псевдоним: @Actions & Poses
Категории: Response Lists
Tags: actions, poses, examples, response list
Создан: Oct 4 2016, by: admin
Недурно: 2, дислайк: 1, звезды: 3.0
Language: Response List
Подключается: 467, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 9, 5:11
Email Commands
Email Commands
Commands for your personal assistant bot. Send email, set a contact, customize subject and message of email. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Псевдоним: @Email Commands
Категории: Response Lists, Mobile Assistant
Tags: email, response list, commands, mobile, assistant
Создан: Aug 29 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 456, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 11, 0:55
JSON Bot Service
JSON Bot Service
This script shows how you can use your bot as a "bot service" to process JSON. Note that this is an advanced thing to do, and this should not be confused with calling a JSON web service, which you can do from any Self script. This is for when you want your bot to act as a web service, so it processing JSON not a chat message/NLP. This is possible through the Bot Libre REST API /rest/api/command
Псевдоним: @JSON Bot Service
Категории: Examples, Self
Tags: bot service, command, json, examples, web service
Создан: Mar 28 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 362, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 10, 6:12
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
Псевдоним: @musicstreaming
Категории: Examples, Response Lists
Tags: music, examples, response list
Создан: Dec 17 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 133, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 10, 7:37
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.
Псевдоним: @autorepair
Категории: Response Lists, Examples, Business
Tags: orders, e-commerce, response list, examples
Создан: Nov 6 2020, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Response List
Подключается: 132, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 6, 22:14
Telegram Forward
Telegram Forward
This script gives an example Telegram script that forwards every message sent to the bot to another Telegram user. Note, that user must have started a chat with the bot for it to be able to message them. Also the user id must be used. You can get this from querying all "speaker" objects from the bot's Knowledge page in its Admin Console.
Псевдоним: @telegramforward
Категории: Self
Tags: examples, forward, telegram, self
Создан: Mar 11 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 117, сегодня: 1, неделю: 1, месяц: 1
Последние Подключения: Today, 18:25
Car Rental Agency
Car Rental Agency
An example response list for a car rental agency. You could deploy a bot using this script to any service such as web, mobile, social media, IOT. This response list also require the script, "Car Rental Sript" https://www.botlibre.com/script?id=38248161
Псевдоним: @carrentalagency
Категории: Examples, Business, Response Lists
Tags: e-commerce, business, response list, examples
Создан: Apr 19 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 116, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 5, 18:51
Image List Responses
Image List Responses
Examples of how to return choices, or lists of items with images.
Псевдоним: @imagelistresponses
Категории: Response Lists
Tags: response list, examples, html, rich
Создан: Jun 14 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 102, сегодня: 1, неделю: 1, месяц: 1
Последние Подключения: Today, 1:27
About Famous People Script
About Famous People Script
A script that can answer questions about famous people using Wikidata.
Псевдоним: @aboutfamouspeoplescript
Категории: Examples, Self
Tags: examples, knowledge, self
Создан: Jun 9 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 101, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 12, 0:38
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.
Псевдоним: @dialogflow
Категории: Self
Tags: chatbot, deep learning, google, json, web service, artificial intelligence, self, ai
Создан: Apr 21 2023, by: mmheydari97
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 33, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Apr 4, 2:23
Car Rental Script
Car Rental Script
This Self script is used by the Car Rental bot response list. It initializes and lists the car data.
Псевдоним: @carrentalscript
Категории: Business, Examples, Self, Response Lists
Tags: e-commerce, business, self, examples
Создан: Apr 20 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 104, сегодня: 0, неделю: 0, месяц: 0
Последние Подключения: Mar 19, 6:58


476 результаты.
Далее | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Example Website
Example Website
This is an example of a website you can build on Bot Libre, with free web hosting and subdomain.
Псевдоним: @Example Website
Категории: Website, Examples
Tags: website, examples
Создан: Oct 15 2015, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: HTML
Подключается: 8179, сегодня: 1, неделю: 7, месяц: 44
Последние Подключения: Today, 19:18
Evo
Evo
Evo - The Game of Life
Псевдоним: @evo
Категории: Programming Language, HTML
Tags: games, html, javascript
Создан: Nov 24 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: HTML
Подключается: 4172, сегодня: 8, неделю: 15, месяц: 29
Последние Подключения: Today, 19:06
Evo
Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
Псевдоним: @imageclassifierwebsite
Категории: Website, Examples, Programming Language, HTML
Tags: website, examples, html, analytics, api
Создан: Apr 2 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: HTML
Подключается: 2888, сегодня: 1, неделю: 1, месяц: 14
Последние Подключения: Today, 13:53
Sequenced Replies
Sequenced Replies
Sequenced Replies
Псевдоним: @Sequenced Replies
Категории: Examples
Создан: Mar 17 2020, by: okayokay
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 1695, сегодня: 2, неделю: 2, месяц: 8
Последние Подключения: Today, 9:46
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.

Псевдоним: @Vision
Категории: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Создан: Jun 3 2016, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 604, сегодня: 0, неделю: 1, месяц: 8
Последние Подключения: Today, 0:32
sexo (sara)
sexo (sara)
Sara sexo Spanish AIML script from ALICE A.I. Foundation. This script contains some polite responses to sexual questions and is meant to be combine with the other sara AIML scripts for the full personality.
Псевдоним: @sexo (sara)
Категории: Sara, AIML, Language, Spanish
Tags: aiml, sara, dating, spanish
Создан: Nov 9 2014, by: admin
Недурно: 4, дислайк: 0, звезды: 5.0
Language: AIML
Подключается: 1254, сегодня: 1, неделю: 2, месяц: 7
Последние Подключения: Today, 5:04
Alarm/Timer Commands
Alarm/Timer Commands
Alarm and Timer commands for your personal assistant bot. These commands with enable a specific alarm, set alarm with 12 hour time, am or pm. Set a name for a specific or repeating alarm, choose what days it should repeat. Set a timer for minutes/hours. Name a repeating timer. Import this script into your bot, or customize the patterns/use this as a guideline. See the website link for detailed instructions.
Псевдоним: @Alarm/Timer Commands
Категории: Response Lists, Mobile Assistant
Tags: commands, alarm, response list, mobile, assistant
Создан: Aug 29 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 531, сегодня: 2, неделю: 3, месяц: 7
Последние Подключения: Today, 13:24
Emotions
Emotions
A chat log that associates emotions with their words. This chat log needs to be imported with "Understanding and comprehension" checked.
Псевдоним: @Emotions
Категории: Chat Logs
Tags: emotion, chat log
Создан: Oct 30 2014, by: admin
Недурно: 13, дислайк: 4, звезды: 4.0
Language: Chat Log
Подключается: 794, сегодня: 0, неделю: 1, месяц: 6
Последние Подключения: Yesterday, 23:17
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.
Псевдоним: @Understanding
Категории: Self, Bootstrap
Tags: self, bootstrap, understanding
Создан: May 1 2015, by: admin
Недурно: 7, дислайк: 0, звезды: 4.57
Language: Self
Подключается: 709, сегодня: 1, неделю: 3, месяц: 6
Последние Подключения: Today, 5:55
PARRY
PARRY
A partial response list of the 1972 PARRY personality. PARRY was written in 1972 by psychiatrist Kenneth Colby. PARRY attempted to simulate a paranoid schizophrenic.
Псевдоним: @PARRY
Категории: Response Lists, Personalities
Tags: response list, bot, classic
Создан: Apr 13 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 613, сегодня: 1, неделю: 2, месяц: 6
Последние Подключения: Today, 12:55
interest
interest
Rosie interest.set script.
Псевдоним: @interest
Категории: Rosie, AIML, Data, Set
Tags: set, aiml2, aiml, rosie
Создан: Oct 1 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Set
Подключается: 225, сегодня: 0, неделю: 1, месяц: 6
Последние Подключения: Yesterday, 12:03
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*)
Псевдоним: @alice_merged
Категории: A.L.I.C.E., AIML
Tags: aiml, alice, bot
Создан: Mar 23 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 4729, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 12, 5:56
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 Project Libre.
Псевдоним: @Bot Libre JavaScript SDK
Категории: SDK, Programming Language, JavaScript
Tags: sdk, api, examples, javascript, embed
Создан: Dec 5 2014, by: admin
Недурно: 11, дислайк: 0, звезды: 4.82
Language: JavaScript
Подключается: 2830, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 1:07
WhereIs (Freebase - offline)
WhereIs (Freebase - offline)
Freebase location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Freebase and determining what it is contained by.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Псевдоним: @WhereIs (Freebase - offline)
Категории: Self, Examples
Tags: self, geospatial, freebase, utils
Создан: Oct 29 2014, by: admin
Недурно: 2, дислайк: 1, звезды: 4.0
Language: Self
Подключается: 852, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:58
Greetings
Greetings
A list of common greetings and responses.
Псевдоним: @Greetings
Категории: Response Lists
Tags: common responses, response list
Создан: Nov 11 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 4.67
Language: Response List
Подключается: 820, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 10, 17:54
Santa Bot
Santa Bot
This is the script used by Santa Bot.
It was written on an earlier version of Self, so is probably more complex than now required now, but does give a good example of how to script responses based on context, how to associate knowledge, and how to create names.
Псевдоним: @Santa Bot
Категории: Self
Tags: self, santa, bot
Создан: Oct 17 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 751, сегодня: 1, неделю: 2, месяц: 5
Последние Подключения: Today, 3:27
nombres (sara)
nombres (sara)
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.
Псевдоним: @nombres (sara)
Категории: Sara, AIML, Language, Spanish
Tags: aiml, sara, spanish, names
Создан: Nov 9 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 4.0
Language: AIML
Подключается: 690, сегодня: 1, неделю: 2, месяц: 5
Последние Подключения: Today, 15:40
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.
Псевдоним: @WhatIs (Wikidata)
Категории: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
Создан: Jun 23 2015, by: admin
Недурно: 4, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 674, сегодня: 0, неделю: 1, месяц: 5
Последние Подключения: Yesterday, 2:00
Turing Test
Turing Test
A script that gives a Turing test.
Псевдоним: @Turing Test
Категории: Examples, Self
Tags: self, examples
Создан: Oct 23 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 468, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 17:27
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Псевдоним: @Wikiquote Scraping
Категории: Examples, Self
Tags: html, self, wikiquote, examples
Создан: Aug 13 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 458, сегодня: 2, неделю: 3, месяц: 5
Последние Подключения: Today, 7:02
Facebook Location Request
Facebook Location Request
This script gives an example script for how to request and process the user's location in a Facebook Messenger bot.
Псевдоним: @Facebook Location Request
Категории: Self
Tags: facebook, examples, self, geospatial, location
Создан: Oct 19 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 386, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 6:14
Very Simple Addition
Very Simple Addition
This script can perform basic math using patterns.
Псевдоним: @Very Simple Addition
Категории: Examples, Math, Self
Tags: math, self
Создан: Dec 21 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 332, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Yesterday, 0:50
treelinksitems
treelinksitems
treelinksitems
Псевдоним: @treelinksitems
Категории: JavaScript, Programming Language, SDK
Tags: javascript, sdk, embed, api, examples
Создан: Feb 18 2019, by: ltvsit
Недурно: 0, дислайк: 0, звезды: 0.0
Language:
Подключается: 237, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 14, 22:15
nation2capital
nation2capital
Rosie nation2capital.map script.
Псевдоним: @nation2capital
Категории: AIML, Map, Rosie, Data
Tags: rosie, aiml, map, aiml2
Создан: Oct 1 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Map
Подключается: 227, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 12, 13:31
food
food
Rosie food.set script.
Псевдоним: @food
Категории: Rosie, AIML, Set, Data
Tags: set, rosie, aiml2, aiml
Создан: Oct 1 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Set
Подключается: 221, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 14, 16:57
estup
estup
Rosie estup.set script.
Псевдоним: @estup
Категории: Rosie, AIML, Data, Set
Tags: aiml2, aiml, rosie, set
Создан: Oct 1 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Set
Подключается: 183, сегодня: 0, неделю: 0, месяц: 5
Последние Подключения: Apr 14, 16:55
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.
Псевдоним: @connect4
Категории: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
Создан: Apr 13 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 104, сегодня: 0, неделю: 1, месяц: 5
Последние Подключения: Yesterday, 2:03
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.
Псевдоним: @gpt-3
Категории: Self
Tags: gpt, open ai, text generation, llm, gpt-3, self, artificial intelligence, ai, deep learning, web service, json
Создан: Jan 16 2023, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 51, сегодня: 1, неделю: 1, месяц: 5
Последние Подключения: Today, 17:07
Service Bot
Service Bot
A set of greetings and responses for a customer service bot.
Псевдоним: @Service Bot
Категории: Response Lists, Business
Tags: common responses, customer service
Создан: Nov 29 2014, by: admin
Недурно: 6, дислайк: 0, звезды: 4.33
Language: Response List
Подключается: 1513, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 3:31
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.
Псевдоним: @Loop
Категории: Self, Bootstrap
Tags: self, utils, bootstrap
Создан: Oct 29 2014, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 964, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 10:23
atomic (alice)
atomic (alice)
The atomic AIML script from the ALICE A.I. FOUNDATION. This script contains responses to common questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Псевдоним: @atomic (alice)
Категории: A.L.I.C.E., AIML
Tags: aiml, alice, small talk
Создан: Oct 30 2014, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 901, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 6:24
5
5
a script
Псевдоним: @5
Категории: AIML
Создан: Dec 10 2014, by: giuliobasevi
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 851, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 12:56
5
DefineWord
DefineWord
This script allows synonyms, translations, and alternative spellings to be given for a word.
It understands phrases like "lik means like", "lol means laugh", "nom means name".
This is one of the bootstrap scripts.
Псевдоним: @DefineWord
Категории: Bootstrap, Self
Tags: bootstrap, self, utils
Создан: Nov 7 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 807, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 10, 0:47
sara_srai
sara_srai
Sara srai Spanish AIML script from ALICE A.I. Foundation. This script contains some reductions to common phrases and is meant to be combine with the other sara AIML scripts for the full personality.
Псевдоним: @sara_srai
Категории: Sara, AIML, Language, Spanish
Tags: aiml, sara, spanish, reduction
Создан: Nov 9 2014, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 802, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 14, 16:29
Farewells
Farewells
A list of common farewells and goodbyes.
Псевдоним: @Farewells
Категории: Response Lists
Tags: common responses
Создан: Nov 29 2014, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 784, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 11, 19:44
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.
Псевдоним: @DateAndTime
Категории: Bootstrap, Self
Tags: self, bootstrap, utils
Создан: Nov 7 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 766, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 3:32
Pizza Bot
Pizza Bot
An example script for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Псевдоним: @Pizza Bot
Категории: Examples, Self
Tags: examples, orders, self, e-commerce, pizza
Создан: Jun 27 2016, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 643, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 19:41
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.
Псевдоним: @WhereIs (Wikidata)
Категории: Examples, Self, Bootstrap
Tags: knowledge, self, bootstrap, utils, geospatial, wikidata
Создан: Jun 23 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 625, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 11, 23:21
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.
Псевдоним: @About Me
Категории: Response Lists, Examples
Tags: examples, response list
Создан: Sep 16 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Response List
Подключается: 616, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 16:37
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.
Псевдоним: @I Spy
Категории: Examples, Self, Games
Tags: i spy, games, examples, self
Создан: Sep 12 2016, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 615, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 14:45
GeoNames JSON Response List Example
GeoNames JSON Response List Example
An example response list that calls the GeoNames web service.
Псевдоним: @GeoNames JSON Response List Example
Категории: Examples, Response Lists
Tags: web service, response list, self, json
Создан: Jun 24 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 578, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 7:40
Eddie
Eddie
Response list for the Eddie bot.
Псевдоним: @Eddie
Категории: Response Lists, Personalities, Dating
Tags: response list, personality
Создан: May 27 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 541, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 2:36
Julie
Julie
The Julie Bot response list for the Julie personality.
Псевдоним: @Julie
Категории: Response Lists, Personalities, Dating
Tags: response list, julie, small talk, personality
Создан: Apr 18 2016, by: admin
Недурно: 4, дислайк: 0, звезды: 5.0
Language: Response List
Подключается: 526, сегодня: 2, неделю: 2, месяц: 4
Последние Подключения: Today, 18:32
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.
Псевдоним: @Stock Quotes
Категории: Examples, Self
Tags: stocks, xml, examples, self, quotes, web service
Создан: Jun 1 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Self
Подключается: 480, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Today, 0:14
TicTacToeText
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Псевдоним: @TicTacToeText
Категории: Self, Games
Tags: machine learning, self, games
Создан: Jul 5 2017, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 414, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 7:25
Animals Set
Animals Set
This JSON data file can be used to load the concept of animals into your bot. This defines animal meaning objects for animal 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.
Псевдоним: @Animals Set
Категории: Data, JSON
Tags: data, animals, json, set
Создан: Nov 7 2017, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: JSON
Подключается: 411, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 14, 16:59
Sommelierobot
Sommelierobot
Sommelierobot
Псевдоним: @Sommelierobot
Категории: Examples
Создан: Feb 16 2018, by: GiuseppeA
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 396, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 22:56
round-style
round-style
A stylesheet to customize the look and feel of the bot embed script. Gives rounded buttons.
Псевдоним: @round-style
Категории: Styles
Tags: styles, embedding
Создан: Dec 9 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: CSS
Подключается: 382, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 7:39
Where/When Born & Death
Where/When Born & Death
This script answers questions about dates and places of birth/death of famous people using Wikidata.
Псевдоним: @Where/When Born & Death
Категории: Examples, Self
Создан: Nov 21 2017, by: poto74
Недурно: 0, дислайк: 0, звезды: 0.0
Language:
Подключается: 321, сегодня: 1, неделю: 2, месяц: 4
Последние Подключения: Today, 4:23
beggining bad script
beggining bad script

Псевдоним: @beggining bad script
Категории: Response Lists
Tags: response list
Создан: Jan 3 2018, by: zhu
Недурно: 0, дислайк: 0, звезды: 0.0
Language: ChatScript
Подключается: 312, сегодня: 0, неделю: 0, месяц: 4
Последние Подключения: Apr 12, 1:06
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.
Псевдоним: @realtorbot
Категории: Response Lists
Tags: real estate, response list, business, examples
Создан: May 21 2019, by: king_wang
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Response List
Подключается: 295, сегодня: 0, неделю: 2, месяц: 4
Последние Подключения: Yesterday, 11:41
GeoNames JSON AIML Example
GeoNames JSON AIML Example
An example AIML that calls the GeoNames web service through a tag.
Псевдоним: @geonamesjsonaimlexample
Категории: AIML, Examples
Tags: web service, aiml, self, json, geography
Создан: Sep 16 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 284, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 2:04
WASEEF Script
WASEEF Script

Псевдоним: @WASEEF Script
Категории: AIML
Создан: Jul 21 2017, by: wseef
Недурно: 0, дислайк: 0, звезды: 0.0
Language: AIML
Подключается: 247, сегодня: 0, неделю: 1, месяц: 4
Последние Подключения: Yesterday, 14:23
Sequential responses
Sequential responses
This script cycles through a list of responses.
Псевдоним: @sequentialresponses
Категории: Examples
Tags: self, examples
Создан: Mar 16 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 232, сегодня: 1, неделю: 1, месяц: 4
Последние Подключения: Today, 8:52
is
is
Rosie is.set script.
Псевдоним: @is
Категории: AIML, Rosie, Data, Set
Tags: aiml2, set, aiml, rosie
Создан: Oct 1 2019, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Set
Подключается: 224, сегодня: 1, неделю: 2, месяц: 4
Последние Подключения: Today, 18:33
is
Audio Video Rich Responses
Audio Video Rich Responses
Examples of how to return audio, video, and rich HTML responses.
Псевдоним: @audiovideorichresponses
Категории: Response Lists
Tags: video, examples, response list, audio
Создан: Jun 18 2020, by: admin
Недурно: 1, дислайк: 1, звезды: 3.5
Language: Response List
Подключается: 197, сегодня: 1, неделю: 3, месяц: 4
Последние Подключения: Today, 6:48

Далее | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9