Suche Scripts


285 Ergebnisse.
Vorherige | Weiter | 1 | 2 | 3 | 4 | 5 | 6

Understanding
Understanding
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
Alias: @Understanding
Kategorien: Self, Bootstrap
Tags: self, bootstrap, understanding
Erstellt: May 1 2015, by: admin
Daumen hoch: 5, Daumen runter: 0, stars: 4.4
Language: Self
Verbindet: 597, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:41
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
Alias: @AIML Wikipedia Search
Kategorien: AIML, Examples, AIML2
Tags: aiml, examples, xml, sraix, wikipedia, search, xpath
Erstellt: Dec 9 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 587, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 21:54
WhatIs (Freebase - offline)
WhatIs (Freebase - offline)
Wiktionary and Freebase 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 Freebase (similar to Wikipedia). For Freebase lookups it will also import all of the available information on the object, and be able to then answer related questions.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Alias: @WhatIs (Freebase - offline)
Kategorien: Self
Tags: self, utils, knowledge
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 578, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:37
Tic Tac Toe
Tic Tac Toe
An AIML script of an HTML Tic Tac Toe game, from the Square Bear AIML collection. Type "tictactoe" to start a game.
Alias: @Tic Tac Toe
Kategorien: AIML, Square Bear, Games
Tags: aiml, square bear, games
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 539, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:39
Black Jack
Black Jack
An AIML script of a blackjack game, from the Square Bear AIML collection. Type "blackjack" to start a game.
Alias: @Black Jack
Kategorien: AIML, Square Bear, Games
Tags: aiml, square bear, games, card games
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 533, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 3:40
WhereIs (Wikidata)
WhereIs (Wikidata)
Wikidata location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Wikidata and determining what it is contained by.
This is one of the bootstrap scripts.
Alias: @WhereIs (Wikidata)
Kategorien: Self, Bootstrap, Examples
Tags: self, utils, knowledge, bootstrap, geospatial, wikidata
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 527, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 29, 10:07
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
Alias: @GeoNames AIML Example
Kategorien: AIML, Examples
Tags: aiml, examples, geography, xml, web service
Erstellt: May 27 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 512, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 26, 23:44
that (alice)
that (alice)
The "that" AIML script from the ALICE A.I. FOUNDATION. This script contains context response to other questions from the ALICE scripts. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @that (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, alice
Erstellt: Dec 9 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 484, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 22:28
GeoNames JSON Response List Example
GeoNames JSON Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames JSON Response List Example
Kategorien: Examples, Response Lists
Tags: self, response list, web service, json
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 482, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:17
binary
binary
An AIML script of that converts 0-255 to binary, from the Square Bear AIML collection.
Alias: @binary
Kategorien: AIML, Square Bear
Tags: utils, aiml, square bear
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 474, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:32
Example CSV
Example CSV
An example CSV (comma separated values) file. CSV files can be imported as data into a bot's knowledge base, or can be parsed from the web or file upload in Self using Http.requestCSV(url)
Alias: @Example CSV
Kategorien: Examples, Data, CSV
Tags: knowledge, examples, data, csv
Erstellt: Sep 19 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: CSV
Verbindet: 469, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:18
embed-style
embed-style
An example CSS style sheet for usage with embedding a bot.
Alias: @embed-style
Kategorien: Programming Language, CSS
Tags: embed, css
Erstellt: Jun 15 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: CSS
Verbindet: 467, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 23: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.
Alias: @Emotion Responses
Kategorien: Response Lists
Tags: emotion, examples, response list
Erstellt: Sep 28 2016, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 465, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 14:57
inquiry
inquiry
The inquiry 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 alicebot personality.
Alias: @inquiry
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, alice
Erstellt: Dec 22 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 463, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:33
stack (alice)
stack (alice)
The stack AIML script from the ALICE A.I. FOUNDATION. This script records the last eight topics in the converation. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @stack (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: utils, aiml, alice
Erstellt: Dec 30 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 434, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 14:59
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Self, Examples
Tags: self, customer service, examples, calendar, google calendar, booking, appointments, virtual assistant
Erstellt: Oct 11 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 432, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:49
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Kategorien: Self, Examples
Tags: self, examples, language
Erstellt: Jan 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 419, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 3:45
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Kategorien: Examples, Response Lists
Tags: self, response list, xml, web service
Erstellt: May 27 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 418, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Dec 28 2022, 17:11
Stock Quotes
Stock Quotes
This script show an example of accessing stock quotes from the Quandi web service. You can use it as is, or modify it as you wish. Please replace the Quandi api-key with your own api-key.
Alias: @Stock Quotes
Kategorien: Self, Examples
Tags: self, examples, xml, web service, stocks, quotes
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 417, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0:34
imponderables (alice)
imponderables (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a random set of clever or funny questions and statements. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @imponderables (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, alice, jokes
Erstellt: Dec 22 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 415, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0: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.
Alias: @TicTacToe
Kategorien: Self, Games
Tags: self, games, machine learning
Erstellt: Jul 26 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 408, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:11
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Kategorien: Self, Examples
Tags: self, examples, xml, web service, wikipedia, search, xpath
Erstellt: Dec 9 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 407, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 14:50
Grim
Grim
Grim is a psychotic possessed hacker who died, went to purgatory, then sold his soul to the devil to return to life. He now stalks Internet users to claim their souls for Satan.
Alias: @Grim
Kategorien: Response Lists, Personalities
Tags: bot, response list, scary, horror, halloween
Erstellt: Oct 31 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 405, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 14:06
history (alice)
history (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a handful of responses on historical information. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @history (alice)
Kategorien: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Erstellt: Dec 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 402, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 30, 12:42
20 Questions
20 Questions
An AIML script of a 20 questions game, from the Square Bear AIML collection. Type "20q" to start a game.
Alias: @20 Questions
Kategorien: AIML, Square Bear, Games
Tags: aiml, square bear, games
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 400, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:39
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.
Alias: @Open Common Apps Commands
Kategorien: Response Lists, Mobile Assistant
Tags: response list, commands, mobile, assistant
Erstellt: Aug 15 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 400, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:06
No Conflict Generic Script
No Conflict Generic Script
Generic Commands that do not conflict with the specific command scripts.
Alias: @No Conflict Generic Script
Kategorien: Response Lists, Mobile Assistant
Tags: commands, mobile, assistant
Erstellt: Oct 22 2016, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Response List
Verbindet: 399, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:22
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.
Alias: @Calendar/Event Commands
Kategorien: Response Lists, Mobile Assistant
Tags: commands, calendar, mobile, assistant
Erstellt: Sep 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Response List
Verbindet: 394, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:24
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
Alias: @Actions & Poses
Kategorien: Response Lists
Tags: examples, response list, actions, poses
Erstellt: Oct 4 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 392, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:04
Animals
Animals
A response list that can be used to import some basic info on animals.
Alias: @Animals
Kategorien: Examples, Response Lists
Tags: response list, animals
Erstellt: Nov 21 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 379, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:40
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.
Alias: @Email Commands
Kategorien: Response Lists, Mobile Assistant
Tags: response list, email, commands, mobile, assistant
Erstellt: Aug 29 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 377, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 19, 3:27
Cindy
Cindy
The Cindy Bot response list for the Cindy personality.
Alias: @Cindy
Kategorien: Response Lists, Personalities, Dating
Tags: small talk, response list, personality, girlfriend, cindy
Erstellt: Jun 17 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 367, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:41
Utils
Utils
A useful Utils class in Java, from the Bot Libre project.
Alias: @Utils
Kategorien: Programming Language, Java
Tags: utils, java
Erstellt: Oct 19 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Java
Verbindet: 364, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Jun 1, 0: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.
Alias: @Interview Bot
Kategorien: Self, Examples
Tags: self, examples, hr, interview, career
Erstellt: Mar 24 2017, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 349, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:01
Order Pizza
Order Pizza
An example response list for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Order Pizza
Kategorien: Examples, Response Lists, Business
Tags: examples, response list, orders, pizza, e-commerce
Erstellt: Mar 27 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 341, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:01
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
Kategorien: Self, Games
Tags: self, games, machine learning
Erstellt: Jul 5 2017, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 335, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:19
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
Alias: @AIML HTML Scraping
Kategorien: AIML, Examples
Tags: aiml, examples, html scraping
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: AIML
Verbindet: 329, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:02
Julia (Português)
Julia (Português)
The Brazilian Portuguese version of the Julie personality.
Alias: @Julia (Português)
Kategorien: Language, Portuguese, Português, Response Lists, Personalities, Dating
Tags: small talk, response list, julie, portuguese, brazil
Erstellt: Apr 18 2016, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 324, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 27, 6:06
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Kategorien: Self, Bootstrap
Tags: self, bootstrap, redirect
Erstellt: Sep 14 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 318, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 30, 3:09
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
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 316, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:17
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.
Alias: @Emotions and Sentiment
Kategorien: Response Lists
Tags: emotion, examples, response list, sentiment
Erstellt: Apr 3 2018, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 316, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 16:41
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.
Alias: @Mailing List
Kategorien: Self, Examples
Tags: self, examples, email, timer
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 316, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:19
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.
Alias: @Facebook Location Request
Kategorien: Self
Tags: self, geospatial, examples, facebook, location
Erstellt: Oct 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 314, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Apr 1, 0:55
alice_default
alice_default
The default "*" pattern for the ALICE script set. This does a SRAI rediect to the "RANDOM PICKUP LINE" pattern which returns a random smalltalk phrase. This script should be last in you list of scripts, or if you want to enable heuristic response matching use this template as your bot's "default response" instead.
Alias: @alice_default
Kategorien: AIML, A.L.I.C.E.
Tags: aiml, alice
Erstellt: Dec 22 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: AIML
Verbindet: 309, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:41
SetData
SetData
This script sets data on the current conversation.
Alias: @SetData
Kategorien: Self
Tags: self, example, data
Erstellt: Mar 17 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 306, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:16
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
Kategorien: Self, Examples
Tags: examples, web service, json, bot service, command
Erstellt: Mar 28 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 299, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:11
Generic Intent Commands
Generic Intent Commands
Using generic arguments (ie: action, intent, uri, extra), these commands will add the functionality for your bot to send email, sms, set alarms etc on the device. See the Website link for a detailed tutorial. Load the whole script, choose the commands you want or use this as a guideline to create your own commands. Note: You will need permissions to send sms, set alarms and call a phone number directly
Alias: @Generic Intent Commands
Kategorien: Response Lists, Mobile Assistant
Tags: common responses, response list, commands, mobile, assistant
Erstellt: Aug 16 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 288, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:18
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Kategorien: Self, Examples
Tags: self, examples
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 284, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:37
Facebook Custom Template Script
Facebook Custom Template Script
This Self script shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
Alias: @Facebook Custom Template Script
Kategorien: Self
Tags: self, examples, facebook
Erstellt: Jun 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 278, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 18, 21:05
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
Alias: @Telegram Location Request
Kategorien: Self
Tags: self, geospatial, examples, telegram, location
Erstellt: Nov 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 273, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 21, 5:19
Count Words
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Kategorien: Self, Examples
Tags: self, example
Erstellt: Jan 11 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 268, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 18, 21:04
Common Synonyms
Common Synonyms
This response list provide a set of common synonyms you can import into your bot.
Alias: @Common Synonyms
Kategorien: Response Lists
Tags: response list, synonyms
Erstellt: May 25 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 263, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 31, 23:30
customstyles
customstyles
customstyles
Alias: @customstyles
Kategorien: Programming Language, CSS
Erstellt: Sep 8 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: CSS
Verbindet: 263, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 20, 15:42
List Commands
List Commands
Provides lists of supported commands.
Alias: @List Commands
Kategorien: Response Lists, Mobile Assistant
Tags: commands, mobile, assistant
Erstellt: Dec 23 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Response List
Verbindet: 262, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 23:23
Very Simple Addition
Very Simple Addition
This script can perform basic math using patterns.
Alias: @Very Simple Addition
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Dec 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 251, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 19, 22:55
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
Alias: @YouTube Search
Kategorien: Self, Examples
Tags: self, examples, web service, json, google, youtube
Erstellt: Aug 20 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 249, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: May 28, 15:40

Vorherige | Weiter | 1 | 2 | 3 | 4 | 5 | 6