Created
June 27, 2011 22:01
-
-
Save britishtea/1049965 to your computer and use it in GitHub Desktop.
Bitcoin trade data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I turned the script into a Ruby gem. To install it, first install Rubygems if you haven't already. Instructions are here: https://rubygems.org/pages/download. Next type: sudo gem install trades | |
# | |
# To run the script type: | |
# trades | |
# | |
# Or if you only want to see trades from specific exchanges: | |
# trades mtgoxUSD thUSD britcoinGBP | |
# | |
# You can specify as many exchanges as you want. Just make sure you use the same name Bitcoincharts uses. | |
# | |
# Here is the source as a GitHub repo: https://github.com/britishtea/Trades |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment