LUCIT-Systems-and-Development / unicorn-binance-websocket-api

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-websocket-api.docs.lucit.tech/
Other
683 stars 164 forks source link

Make it clean and OS independend #61

Closed oliver-zehentleitner closed 6 months ago

oliver-zehentleitner commented 4 years ago

Is your feature request related to a problem? Please describe. Its dirty, òs.system() is obsolete and only works on linux.

Describe the solution you'd like Use pathlib and pythonMagick and make it OS independend: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/e68d8945ad4c6abd9aecfc47658d8df632af8b3c/unicorn_binance_websocket_api/unicorn_binance_websocket_api_manager.py#L2128

Describe alternatives you've considered

Additional context