All Projects → greenido → Bitcoin Info Action

greenido / Bitcoin Info Action

Licence: apache-2.0
App for the google assistant that give you information on bitcoin (e.g. price, market cap etc')

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bitcoin Info Action

Google Actions Starter
A Node.js server for Google Assistant (and Google Home).
Stars: ✭ 85 (+88.89%)
Mutual labels:  assistant, google-cloud, google
Esp V2
A service proxy that provides API management capabilities using Google Service Infrastructure.
Stars: ✭ 120 (+166.67%)
Mutual labels:  google-cloud, google
Firegraph
GraphQL Superpowers for Google Cloud Firestore
Stars: ✭ 80 (+77.78%)
Mutual labels:  google-cloud, google
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+5584.44%)
Mutual labels:  google-cloud, google
Google Auth Library Nodejs
🔑 Google Auth Library for Node.js
Stars: ✭ 1,094 (+2331.11%)
Mutual labels:  google-cloud, google
Marmot
Marmot workflow execution engine
Stars: ✭ 174 (+286.67%)
Mutual labels:  google-cloud, google
Psgsuite
Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
Stars: ✭ 184 (+308.89%)
Mutual labels:  google-cloud, google
Google Cloud Cpp
C++ Client Libraries for Google Cloud Services
Stars: ✭ 233 (+417.78%)
Mutual labels:  google-cloud, google
Macassistant
Google Assistant for macOS!
Stars: ✭ 1,564 (+3375.56%)
Mutual labels:  assistant, google
Google Assistant Java Demo
A simple Google Assistant Client in Java
Stars: ✭ 53 (+17.78%)
Mutual labels:  assistant, google
Cloud Functions Go
Unofficial Native Go Runtime for Google Cloud Functions
Stars: ✭ 427 (+848.89%)
Mutual labels:  google-cloud, google
Assistants Pi
Headless Google Assistant and Alexa on Raspberry Pi
Stars: ✭ 280 (+522.22%)
Mutual labels:  assistant, google
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+1924.44%)
Mutual labels:  assistant, google
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-8.89%)
Mutual labels:  google
Pycoinbin
Python Wrapper for coinbin.org
Stars: ✭ 43 (-4.44%)
Mutual labels:  bitcoin
Serp
Google Search SERP Scraper
Stars: ✭ 40 (-11.11%)
Mutual labels:  google
Bitsend
BitSend Master (Live Version)
Stars: ✭ 39 (-13.33%)
Mutual labels:  bitcoin
Xplain
🌎 Complex Topics Explained For Your Level And Background. ✏️
Stars: ✭ 44 (-2.22%)
Mutual labels:  bitcoin
Embassy Os
A graphical operating system for running self-hosted software.
Stars: ✭ 43 (-4.44%)
Mutual labels:  bitcoin
Bitcoin Payments Woocommerce
Free Bitcoin/Altcoins Payment Gateway Addon for WooCommerce 2.1+ (or higher). Accept USD, Bitcoin, Litecoin, Dogecoin, Speedcoin, Darkcoin, Vertcoin, Reddcoin, Feathercoin, Vericoin, Potcoin payments in WooCommerce. Direct Integration on your website. No Chargebacks, Global, Secure. All in automatic mode.
Stars: ✭ 38 (-15.56%)
Mutual labels:  bitcoin

Actions on Google Webhook example for bitcoin-info codelab (using Node.js)

This webhook example for bitcoin-info codelab sets up everything you need to build your fulfillment business logic for your API.AI bitcoin agent. It could fetch the current price, market cap or the total amount of bitcoins.

Demo

  • Check it live as Assistant App Bitcoin Info or on the web
  • Read more about it here
  • (!) Psst... Want to get a cool intro to bitcoin? Checkout this short video I made.

bitcoin logo

Setup Instructions

Pre-requisites

  1. Dialogflow account: https://dialogflow.com
  2. Google Cloud project: https://console.cloud.google.com/project or you can use this glitch template to have your webhook hosted on Glitch.

See the developer guide and release notes at https://developers.google.com/actions/ for more details.

Steps

  1. Create a new agent in API.AI https://api.ai. You can also take this repo as a zip and import it to API.AI
  2. Deploy this action to your preferred hosting environment (we recommend Google Cloud Functions).
  3. Set the "Fulfillment" webhook URL to the hosting URL.
  4. In any relevant intents (price and total), enable the Fulfillment for the response.
  5. Build out your agent and business logic by adding function handlers for API.AI actions.
  6. For each API.AI action, set a new key/value pair on the actionMap, reflecting the action name and corresponding function handler on the actionMap in index.js.
  7. Make sure all domains are turned off.
  8. Enable Actions on Google in the Integrations.
  9. Provide an invocation name for the action.
  10. Authorize and preview the action in the web simulator.

For more detailed information on deployment, see the documentation.

References and How to report bugs

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md.

License

See LICENSE.md.

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service.

Google+

Actions on Google Developers Community on Google+ https://g.co/actionsdev.

Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].