Знаете ли вы, бот Либре также предоставляет бесплатное размещение отслеживания проблем для вашего собственного сайта или мобильное приложение?

Поиск Скриптов


83 результаты.
Далее | 1 | 2

Sequenced Replies
Sequenced Replies
Sequenced Replies
Псевдоним: @Sequenced Replies
Категории: Examples
Создан: Mar 17 2020, by: okayokay
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 2240, сегодня: 3, неделю: 5, месяц: 35
Последние Подключения: Today, 5:48
Этот скрипт попадает.
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
Подключается: 501, сегодня: 2, неделю: 2, месяц: 27
Последние Подключения: Today, 5:21
Facebook Custom Template Script
Facebook Custom Template Script
This Self script shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
Псевдоним: @Facebook Custom Template Script
Категории: Self
Tags: facebook, examples, self
Создан: Jun 20 2017, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 448, сегодня: 3, неделю: 3, месяц: 26
Последние Подключения: Today, 5:23
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
Подключается: 781, сегодня: 3, неделю: 3, месяц: 23
Последние Подключения: Today, 5:23
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, дислайк: 1, звезды: 4.0
Language: Self
Подключается: 975, сегодня: 2, неделю: 2, месяц: 19
Последние Подключения: Today, 5:21
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
Псевдоним: @Telegram Location Request
Категории: Self
Tags: examples, self, geospatial, location, telegram
Создан: Nov 21 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 432, сегодня: 3, неделю: 3, месяц: 15
Последние Подключения: Today, 6:21
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
Подключается: 517, сегодня: 2, неделю: 2, месяц: 12
Последние Подключения: Today, 5:22
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
Подключается: 878, сегодня: 2, неделю: 2, месяц: 11
Последние Подключения: Today, 5:22
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, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 836, сегодня: 2, неделю: 2, месяц: 11
Последние Подключения: Today, 5:22
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
Подключается: 515, сегодня: 2, неделю: 2, месяц: 11
Последние Подключения: Today, 5:21
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
Подключается: 756, сегодня: 2, неделю: 2, месяц: 10
Последние Подключения: Today, 5:22
Vision
Vision
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.

Псевдоним: @Vision
Категории: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Создан: Jun 3 2016, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 735, сегодня: 2, неделю: 2, месяц: 10
Последние Подключения: Today, 5:21
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
Подключается: 637, сегодня: 2, неделю: 2, месяц: 10
Последние Подключения: Today, 5:23
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
Подключается: 581, сегодня: 2, неделю: 2, месяц: 10
Последние Подключения: Today, 5:22
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
Подключается: 941, сегодня: 2, неделю: 2, месяц: 9
Последние Подключения: Today, 5:23
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
Подключается: 708, сегодня: 2, неделю: 2, месяц: 9
Последние Подключения: Today, 5:28
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
Подключается: 596, сегодня: 2, неделю: 2, месяц: 9
Последние Подключения: Today, 5:26
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
Подключается: 897, сегодня: 2, неделю: 2, месяц: 8
Последние Подключения: Today, 5:27
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
Подключается: 390, сегодня: 2, неделю: 2, месяц: 8
Последние Подключения: Today, 5:27
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
Подключается: 852, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:28
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
Подключается: 746, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:26
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
Подключается: 658, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:27
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
Подключается: 584, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:26
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
Подключается: 571, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:26
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
Подключается: 570, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:27
Mailing List
Mailing List
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
Псевдоним: @Mailing List
Категории: Self, Examples
Tags: timer, self, examples, email
Создан: May 12 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 461, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:27
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
Подключается: 113, сегодня: 2, неделю: 2, месяц: 7
Последние Подключения: Today, 5:26
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
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 855, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:26
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Псевдоним: @Simple Addition
Категории: Self, Math, Examples
Tags: self, math
Создан: Nov 7 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 795, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:31
Plus
Plus
A script that can perform addition using no computer math functions.
It performs addition the same way a human (without a calculator) does, using its knowledge of integers and counting.
The goal in this script was to use it to teach a bot addition, and let it learn higher level mathematics from first principles.
Псевдоним: @Plus
Категории: Self, Math, Examples
Tags: self, math
Создан: Nov 4 2014, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 761, сегодня: 2, неделю: 3, месяц: 6
Последние Подключения: Today, 5:31
Empty
Empty
An empty shell of a Self state machine.
This can be used as a starting point for a new script, or as a bot's self programmed script.
If comprehension is enabled in your bot, it will program its last state machine script, so you should initially have an empty script last.
Псевдоним: @Empty
Категории: Self, Bootstrap
Tags: self, bootstrap
Создан: Nov 4 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 750, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:30
Redo
Redo
"redo" last input
Псевдоним: @Redo
Категории: Self
Создан: Jan 26 2015, by: aazxcqwe
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 702, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:30
Hello World
Hello World
a Hello World script
Псевдоним: @Hello World
Категории: Self
Создан: Jan 9 2015, by: aazxcqwe
Недурно: 1, дислайк: 0, звезды: 4.0
Language: Self
Подключается: 700, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:31
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
Подключается: 592, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:30
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
Подключается: 265, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5:31
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
Подключается: 184, сегодня: 2, неделю: 2, месяц: 6
Последние Подключения: Today, 5: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
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 1046, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:31
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
Недурно: 6, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 993, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:31
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
Подключается: 943, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:31
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
Подключается: 754, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:30
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
Подключается: 733, сегодня: 3, неделю: 3, месяц: 5
Последние Подключения: Today, 5:31
Heart Sutra
Heart Sutra
A script the recites the Heart Sutra line by line, in order.
Псевдоним: @Heart Sutra
Категории: Self, Examples
Tags: self, examples
Создан: Aug 3 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 647, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 557, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 531, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 512, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 443, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
Telegram Group Administrator
Telegram Group Administrator
This script gives an example Telegram script to let a bot administer a Telegram group. Bots can welcome new users, provide information, and delete offensive messages and spam.
Псевдоним: @Telegram Group Administrator
Категории: Self
Tags: self, groups, examples, telegram, spam
Создан: Jun 21 2017, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 410, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 396, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 384, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
milrime
milrime
jo
Псевдоним: @milrime
Категории: Misc
Tags: bot
Создан: Jul 6 2018, by: ppjose
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 339, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 308, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
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
Подключается: 303, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:33
BR 307 prueba
BR 307 prueba
Manda un saludo
Псевдоним: @/saludo
Категории: Response Lists, Examples
Создан: Jun 19 2019, by: reoty
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 245, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:35
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
Подключается: 225, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:35
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
Подключается: 199, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:35
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
Подключается: 182, сегодня: 2, неделю: 2, месяц: 5
Последние Подключения: Today, 5:35

Далее | 1 | 2