Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.11 KB

go-cryptoinfo-gather

License Go Report Card GoDoc

Crypto info gather

Build

dep ensure
go build

Usage

All options are not mandatory unless you use related APIs.

go run main.go \
-gitName=[GIT_NAME] \
-gitEmail=[GIT_EMAIL] \
-gitID=[GIT_ID] \
-gitPW=[GIT_PW] \
-logpath=[LOG_PATH] \
-targetSymbol=[TOKEN_SYMBOL] \
-targetAddr=[TOKEN_CONTRACT_ADDR] \
-targetQuotes=USD,BTC,ETH \
-targetSlugs=binance,okex \
-cmcApikey=[CMC_API_KEY] \
-coinsuper:accesskey=[COINSUPER_ACCESS_KEY] \
-coinsuper:secretkey=[COINSUPER_SECRET_KEY] \
-kucoin:accesskey=[KUCOIN_ACCESS_KEY] \
-kucoin:secretkey=[KUCOIN_SECRET_KEY] \
-abcc:accesskey=[ABCC_ACCESS_KEY] \
-abcc:secretkey=[ABCC_SECRET_KEY] \
...