mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Adds more documentation
This commit is contained in:
@@ -4,6 +4,13 @@ sys.path.append('../')
|
||||
|
||||
from bfxapi.websockets.DataServerWebsocket import DataServerWebsocket
|
||||
|
||||
'''
|
||||
This script requires you to run an instance of the bfx-hf-data-server on
|
||||
port 8899. For more info on how to setup the data-server please visit:
|
||||
https://github.com/bitfinexcom/bfx-hf-data-server
|
||||
'''
|
||||
|
||||
|
||||
ws = DataServerWebsocket(
|
||||
symbol='tBTCUSD',
|
||||
host='ws://localhost:8899'
|
||||
|
||||
Reference in New Issue
Block a user