An open API service indexing awesome lists of open source software.

https://github.com/dutchcoders/tradecollector

Import all trades from Bitfinex, BTC-E, MtGox, BTC-China, OKCoin and more.
https://github.com/dutchcoders/tradecollector

Last synced: 10 days ago
JSON representation

Import all trades from Bitfinex, BTC-E, MtGox, BTC-China, OKCoin and more.

Awesome Lists containing this project

README

        

# Trade Collector
Import all trades from Bitfinex, BTC-E, MtGox, BTC-China, OKCoin and more.

# install
```
gvm install go1.1.1
gvm use go1.1.1 --default
export GOPATH=$HOME/golibs/
go get github.com/go-sql-driver/mysql
go get launchpad.net/goyaml
```

# run
```
export DB=username:password@tcp(host:port)/dbname
go run harvest/harvest.go harvest/btce.go harvest/mtgox.go harvest/okcoin.go harvest/btcchina.go harvest/utils.go harvest/bitfinex.go
```