Jump to content

Bitcoin Exchange rate


Recommended Posts

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

 

alfred-bitcoin-shortcut-screenshot.png

 

alfred-bitcoin-shortcut-screenshot2.png

 

 

 

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 Comments

Adds:
- 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 by spuder
Link to comment
  • 2 weeks later...

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 ^_^

Link to comment
  • 1 month later...

@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

 

Screen%20Shot%202013-06-21%20at%204.04.5

Edited by spuder
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...