Crypto-toolbox / bitex

Crypto-currency Exchange API Framework
MIT License
484 stars 136 forks source link

Why WSSAPI got removed in the dev branch? #188

Closed firepol closed 6 years ago

firepol commented 6 years ago

Hi, I read in the dev Changelog

"Websocket APIs have been removed."

Why? I actually wanted to test the websockets in the dev branch, and it's a pity that they got removed. Are they too hard to maintain? Is there another library that does this?

I believe bitex is a very interesting project: the python library that supports many exchanges, this is really awesome! Bitex could be used even to compare prices between exchanges... to have this feature in real time websockets should stay, not be removed...

Thoughts?

deepbrook commented 6 years ago

I've decided against WSS interface for bitex, as they're hard to unify as I did with the REST APIs. The code has since been moved to thoth, but I'm not yet confident how to properly test the porject and there is a lot to be done.