Search Scripts


26 results.
Previous

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.
Alias: @Learn Emotions
Categories: Examples, AIML
Tags: learning, aiml, examples
Created: Feb 8 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 232, today: 0, week: 1, month: 4
Last Connect: Yesterday, 7:52
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
Alias: @AIML HTML Scraping
Categories: Examples, AIML
Tags: examples, html scraping, aiml
Created: Feb 19 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 221, today: 0, week: 1, month: 4
Last Connect: Yesterday, 7:52
Count Words
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Categories: Examples, Self
Tags: example, self
Created: Feb 19 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 221, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:31
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
Alias: @JSON Bot Service
Categories: Self, Examples
Tags: bot service, web service, json, command, examples
Created: Feb 19 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 217, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:31
List Commands
List Commands
Provides lists of supported commands.
Alias: @List Commands
Categories: Mobile Assistant, Response Lists
Tags: assistant, mobile, commands
Created: Feb 19 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 209, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:31
Ask Brain Bot
Ask Brain Bot
This is an example script that uses Self to invoke the Bot Libre API to forward a question to another bot.
Alias: @Ask Brain Bot
Categories: Self, Examples
Tags: examples, self
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 168, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:31
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.
Alias: @PARRY
Categories: Personalities, Response Lists
Tags: bot, response list, classic
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 164, today: 0, week: 1, month: 4
Last Connect: Yesterday, 6:07
Music Streaming Website
Music Streaming Website
This website provides example embed code for the Music Streaming Bot. It contains JavaScript code that checks for response commands and plays music through the streaming service, https://rfcmedia.streamguys1.com/
Alias: @musicstreamingwebsite-admin
Categories: Examples, HTML, Website, Programming Language
Tags: examples, website, music, html
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: HTML
Connects: 153, today: 0, week: 1, month: 4
Last Connect: Jul 25, 2:55
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Categories: Bootstrap, Self
Tags: bootstrap, self, redirect
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 146, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:31
About Famous People Script
About Famous People Script
A script that can answer questions about famous people using Wikidata.
Alias: @aboutfamouspeoplescript
Categories: Self, Examples
Tags: self, knowledge, examples
Created: Jun 14 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 138, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10: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.
Alias: @Plus
Categories: Self, Examples, Math
Tags: math, self
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 138, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:32
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.
Alias: @TicTacToe
Categories: Self, Games
Tags: self, games, machine learning
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 137, today: 0, week: 1, month: 4
Last Connect: Yesterday, 6:07
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs-admin
Categories: Self, Examples
Tags: exodus, paragraphs, examples, self
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 133, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:31
Instructor Bot
Instructor Bot
A response list set for a virtual course on Bot Libre. This response list uses a conversation flow to give a course on the Bot Libre platform. It uses a command to display a slide show of the course slides as it discusses each page. You must call initWebPreview() on your WebChatbotListener to enable the displaying of the slides.
Alias: @instructorbot
Categories: Education, Response Lists
Tags: education, response list, course
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 122, today: 0, week: 1, month: 4
Last Connect: Yesterday, 10:32
Audio Video Rich Responses
Audio Video Rich Responses
Examples of how to return audio, video, and rich HTML responses.
Alias: @audiovideorichresponses
Categories: Response Lists
Tags: audio, response list, video, examples
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 117, today: 0, week: 1, month: 4
Last Connect: Yesterday, 6:07
Image List Responses
Image List Responses
Examples of how to return choices, or lists of items with images.
Alias: @imagelistresponses
Categories: Response Lists
Tags: html, rich, response list, examples
Created: Jun 14 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 114, today: 0, week: 1, month: 4
Last Connect: Yesterday, 6:07
ChatGPT
ChatGPT
This Self script can be used to access the GPT-3.5 (ChatGPT) API from Open AI. GTP-3.5 is a chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @chatgpt
Categories: Self
Tags: llm, json, gpt-3, self, web service, open ai, gpt, text generation, deep learning, ai, artificial intelligence
Created: Apr 3 2023, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 77, today: 0, week: 1, month: 4
Last Connect: Jul 24, 4:50
Dialogflow
Dialogflow
This Self script can be used to access the Dialogflow API from Google. Dialogflow is a platform developed by Google for building conversational interfaces, such as chatbots and voice assistants.
Alias: @dialogflow
Categories: Self
Tags: deep learning, artificial intelligence, google, self, chatbot, json, web service, ai
Created: Apr 27 2023, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 68, today: 0, week: 1, month: 4
Last Connect: Jul 24, 4:50
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Categories: Examples, Self
Tags: xpath, search, xml, wikipedia, examples, web service, self
Created: Feb 19 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 229, today: 0, week: 1, month: 3
Last Connect: Yesterday, 10:31
numeros (sara)
numeros (sara)
Sara nombres Spanish AIML script from ALICE A.I. Foundation. This script contains some number understanding and is meant to be combine with the other sara AIML scripts for the full personality.
Alias: @numeros (sara)
Categories: AIML, Sara, Spanish, Language
Tags: spanish, sara, aiml
Created: Feb 19 2019, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: AIML
Connects: 214, today: 0, week: 1, month: 3
Last Connect: Yesterday, 7:57
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.
Alias: @connect4text
Categories: Games, Self
Tags: analytics, deep learning, self, checkers, machine learning, games
Created: Apr 14 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 137, today: 0, week: 1, month: 3
Last Connect: Yesterday, 10:32
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.
Alias: @electronicsstore
Categories: Response Lists, Business, Examples
Tags: business, examples, response list, e-commerce
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 132, today: 0, week: 1, month: 3
Last Connect: Yesterday, 6:06
About Famous People
About Famous People
A response list that can answer questions about famous people using Wikidata.
Alias: @aboutfamouspeople
Categories: Examples, Response Lists
Tags: response list, knowledge, examples
Created: Jun 14 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Response List
Connects: 130, today: 0, week: 1, month: 3
Last Connect: Yesterday, 6:08
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
Alias: @TicTacToeText
Categories: Self, Games
Tags: games, machine learning, self
Created: Dec 18 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 129, today: 0, week: 1, month: 3
Last Connect: Yesterday, 10: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.
Alias: @connect4
Categories: Games, Self
Tags: machine learning, deep learning, games, self, checkers, analytics
Created: Apr 14 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 124, today: 0, week: 1, month: 3
Last Connect: Yesterday, 10:31
Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
Alias: @imageclassifierwebsite
Categories: Programming Language, Examples, HTML, Website
Tags: analytics, examples, api, website, html
Created: Apr 9 2021, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: HTML
Connects: 129, today: 0, week: 0, month: 2
Last Connect: Jul 12, 2:03

Previous