Add more examples

This commit is contained in:
Jacob Plaster
2018-11-19 13:27:34 +00:00
parent 66d0ec4c3e
commit 060a92c708
4 changed files with 78 additions and 8 deletions

View File

@@ -4,12 +4,6 @@ sys.path.append('../')
from bfxapi.websockets.LiveWebsocket import LiveBfxWebsocket
'''
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 = LiveBfxWebsocket(
logLevel='INFO'
)