We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb5706 commit 47b1e1dCopy full SHA for 47b1e1d
data_download.sh
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+wget http://api.bitcoincharts.com/v1/csv/coinbaseUSD.csv.gz -P /tmp/
3
+tar xzvf /tmp/coinbaseUSD.csv.gz -C /tmp/
0 commit comments