Search the Community
Showing results for tags 'bitcoin'.
-
Alfred Cryptocurrency Workflow https://github.com/Zhangxi-Lam/alfred-cryptocurrency Get information about cryptocurrency from https://coinmarketcap.com/
-
- bitcoin
- cryptocurrency
-
(and 2 more)
Tagged with:
-
Price tracker for cryptocurrency. Easily view quotes, last price, high/low, and percent change of all major cryptocurrencies. Usage Use with keyword "crypto". No argument will return the 3 major ticker symbols: BTC, ETH, and LTC. Provide an argument to try and fetch price of the provided symbol (i.e. "rep") Links GitHub: https://github.com/rhlsthrm/alfred-crypto-tracker Packal: http://www.packal.org/workflow/cryptocurrency-price-tracker Feedback appreciated!
- 6 replies
-
- cryptocurrency
- bitcoin
-
(and 1 more)
Tagged with:
-
I'm new to Alfred workflows, json and python, so I'm more or less starting from scratch on this one! I want to create a workflow that will get the latest bitcoin price in GBP, using the bitcoinaverage API (https://api.bitcoinaverage.com/ticker/global/GBP/). That gives me a json file that looks something like this: { "24h_avg": 473.32, "ask": 498.26, "bid": 497.76, "last": 498.02, "timestamp": "Mon, 13 Jun 2016 14:26:07 -0000", "volume_btc": 1703.35, "volume_percent": 0.7 } I would like to have a simple python script that will query the API, extract the "bid" value and then giv
-
Bitcoin workflow for Alfred 2 provides an easy way to lookup Bitcoin market price, perform currency conversion and fetch informations of a Bitcoin address. Download You can grab a copy of Bitcoin Workflow via this link. Usage Use currency to set your preferred currency. (Required) Use wallet to set your default Bitcoin address. (Optional) exch without parameter to view market prices. exch with a number to convert between BTC and your preferred currency. addr with a Bitcoin address or Hash 160 to view the info of it. If default Bitcoin address is set. addr without parameter will show inf