spuder Posted April 26, 2013 Posted April 26, 2013 (edited) Bitcoin workflow allows you to quickly lookup the real time bitcoin exchange rate. Also can be configured to open links to your bitcoin pool website and bitcoin wallet app Github: https://github.com/spudstud/alfred-bitcoin-workflow 2013-4-27 Update: - Adds query the mtgox api for current values - Rewrote to use python xml library instead of xml string 2013-4-27 Update 2: Commit: 1bd7683c4ab1c3c051256bc2523226f474c59558 Fixes:- Bug where high value was shown instead of last value- Typos in CommentsAdds:- Code comments to make maintenance easier- spencer.py file which mirrors the actual workflow file- Bundle Id- Opens btcmine.com by default (instead of mining.bitcoin.cz)Changes:- Bundle Id now identifies workflow- Website now links to alfred forums post http://www.alfredforum.com/topic/2219-bitcoin-exchange-rate/- Alfred readme gives clearer instructions- Opens btcmine.com instead of slush (because I switched off of slush) Edited April 28, 2013 by spuder spuder and jdkram 2
jdkram Posted May 9, 2013 Posted May 9, 2013 Great workflow! Thanks for creating it.I'm a Brit and I'm having a few issues trying to get it work for me, I tried changing the url it pulls from to http://data.mtgox.com/api/2/BTCGBP/money/ticker and it failed to work. Can I ask how I'd go about setting it up to work with GBP? Apologies if I'm missing something obvious. It'd be wonderful if there were an optional argument where you enter a currency code and it pulls the data for that one.Thanks again
spuder Posted June 21, 2013 Author Posted June 21, 2013 (edited) @jdkram Pardon my delay in responding to you, I did not see your post. This worflow queries the json datastream located on mtgox's website http://data.mtgox.com/api/2/BTCUSD/money/ticker You'll have to find the mtgox datastream that has EURO's. and modify the perl script with that url. Update: I found the Euro data stream. You'll need to change: data.mtgox.com/api/2/BTCUSD/money/ticker to data.mtgox.com/api/2/BTCEUR/money/ticker Edited June 21, 2013 by spuder
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now