Scrapes BTC Markets BTC/AUD trades using its API and stores them in a badger key-value store.
When the program is restarted, it will find the most recent trade stored and ask BTC Markets API for any trades that have occurred since, continuing where it left off.
- badger appears to require Go 1.8 or higher.
- Ensure you have a correct GOPATH environment variable (points to where you install Go libraries for go get below).
- $ go get github.com/dgraph-io/badger
- $ mkdir /path/to/kv/directory
- $ go run main/btcmarkets-scraper.go /path/to/kv/directory
- Add support for trading pairs other than BTC/AUD.