Búsqueda De Secuencias De Comandos


12 resultados.

Wolfram Alpha Example
Wolfram Alpha Example
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
Alias: @Wolfram Alpha Example
Categorías: Self
Tags: self, wolframalpha, json, examples, web service
Creado: Dec 18 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 100, hoy: 0, la semana: 4, mes: 7
Última Conectar: Apr 18, 11:29
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/
Alias: @IBM Watson Example
Categorías: Self, Examples
Tags: examples, web service, json, watson
Creado: Feb 20 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 213, hoy: 0, la semana: 2, mes: 5
Última Conectar: Apr 18, 19:55
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.
Alias: @stockquote
Categorías: Self
Tags: quote, stock market, finance, stock quotes, stock, self, json, web service
Creado: Oct 29 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 139, hoy: 0, la semana: 2, mes: 5
Última Conectar: Apr 17, 15:29
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
Categorías: Examples, Self
Tags: json, self, web service, google, youtube, examples
Creado: Feb 19 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 153, hoy: 0, la semana: 2, mes: 3
Última Conectar: Yesterday, 7:24
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
Categorías: Examples, Self
Tags: bot service, web service, json, command, examples
Creado: Feb 19 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 152, hoy: 0, la semana: 1, mes: 3
Última Conectar: Apr 15, 13:55
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Categorías: Response Lists, Examples
Tags: web service, self, response list, xml
Creado: Dec 18 2020, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 112, hoy: 1, la semana: 1, mes: 3
Última Conectar: Today, 2:17
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
Categorías: Self, Examples
Tags: stocks, examples, quotes, self, xml, web service
Creado: Oct 15 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 295, hoy: 0, la semana: 1, mes: 2
Última Conectar: Apr 15, 13:25
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Categorías: Examples, Self
Tags: xpath, search, xml, wikipedia, examples, web service, self
Creado: Feb 19 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 171, hoy: 0, la semana: 2, mes: 2
Última Conectar: Yesterday, 20:58
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
Categorías: Examples, Response Lists
Tags: response list, self, web service, json
Creado: Feb 19 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 164, hoy: 0, la semana: 0, mes: 1
Última Conectar: Apr 2, 2:34
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
Categorías: Self
Tags: llm, json, gpt-3, self, web service, open ai, gpt, text generation, deep learning, ai, artificial intelligence
Creado: Apr 3 2023, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 41, hoy: 0, la semana: 1, mes: 1
Última Conectar: Apr 15, 13:36
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
Categorías: Self
Tags: deep learning, artificial intelligence, google, self, chatbot, json, web service, ai
Creado: Apr 27 2023, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 32, hoy: 0, la semana: 1, mes: 1
Última Conectar: Apr 15, 13:24
Bearer Authentication
Bearer Authentication
This script shows an example of calling a web service that uses bearer authentication.
Alias: @bearerauthentication
Categorías: Self
Tags: authentication, web service, json, bearer
Creado: Apr 3 2023, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 17, hoy: 0, la semana: 0, mes: 0
Última Conectar: Jan 22, 15:48