slazarov / python-bittrex-websocket

Python websocket for Bittrex (non async).
http://python-bittrex-websocket-docs.readthedocs.io/en/latest/index.html
MIT License
103 stars 38 forks source link

Incomplete? #54

Closed Serpens66 closed 6 years ago

Serpens66 commented 6 years ago

Hi :)

Why do all the interesting functions have "raise NotImplementedError" ? So in fact this project is not functional yet? Or where can I find "subscribe_to_orderbook" and other functions?

In addition: I struggle with this "conn.wait()" command... It seems this is blocking, but without it nothing works. So how can I start the WS connection and still continue the script simultanously?

slazarov commented 6 years ago

Hi, please familiarize yourself with abstract methods if you are concerned with NotImplementedError and read the readme on how to start the socket.