typo libcryptomarket to poloniex

This commit is contained in:
Mike Clark
2018-03-06 18:11:23 +08:00
committed by GitHub
parent e55eaf6689
commit 2ba51f8a1a
+3 -3
View File
@@ -44,7 +44,7 @@ from datetime import datetime
import libcryptomarket
poloniex = libcryptomarket.poloniex()
candles = libcryptomarket.fetch_candles(
candles = poloniex.fetch_candles(
symbol="ETH/BTC",
start_time=datetime(2018, 1, 1),
end_time=datetime(2018, 1, 30),
@@ -58,7 +58,7 @@ from datetime import datetime
import libcryptomarket
poloniex = libcryptomarket.poloniex()
candles = libcryptomarket.fetch_latest_candles(
candles = poloniex.fetch_latest_candles(
symbols=["ETH/BTC", "LTC/BTC"],
frequency="30m",
frequency_count=5)
@@ -87,4 +87,4 @@ request-candles --exchange poloniex --symbols ETH/BTC LTC/BTC --frequency 30m --
The project is targeting as a core but generic toolkit to query cryptocurrency
market, so we are happy if you join to contribute and make it better. Please
do not hesitate to contact us (gavincyi at gmail dot com).
do not hesitate to contact us (gavincyi at gmail dot com).