Skip to content

Instantly share code, notes, and snippets.

@britishtea
Created June 27, 2011 22:01
Show Gist options
  • Save britishtea/1049965 to your computer and use it in GitHub Desktop.
Save britishtea/1049965 to your computer and use it in GitHub Desktop.
Bitcoin trade data
# 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