https://github.com/ketouem/jean-bobot
GDAX automation tool
https://github.com/ketouem/jean-bobot
gdax gdax-api
Last synced: about 1 year ago
JSON representation
GDAX automation tool
- Host: GitHub
- URL: https://github.com/ketouem/jean-bobot
- Owner: Ketouem
- Created: 2017-12-20T01:19:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T15:46:05.000Z (over 7 years ago)
- Last Synced: 2025-01-23T22:41:32.704Z (over 1 year ago)
- Topics: gdax, gdax-api
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jean-bobot
===
GDAX automation, because we wanna make cash while being lazy.
## Pre-requisites
- go (tested on 1.9+)
- glide
Install the toolchain on macOS:
```
brew install go glide
```
## Build
```
make install
make build
```
The `jean-bobot` binary will be available inside `build/`