PythonForForex/Binance-api-step-by-step-guide

alternative guide using binance/connector-python

abstractumx opened this issue · 2 comments

Hello,

have you ever thought to do an alternative guide using official Binance python API?

I've found this repo:
https://github.com/binance/binance-connector-python

Thanks

Hello,

The repo you have linked was mentioned in the guide as an option. Python-binance has been around a bit longer and is more popular which is why it was used in the guide.

At the time of writing, I had thought the binance connector library was a bit convoluted but it seems to look a lot cleaner/simpler now. Perhaps not all that much different from Python-binance aside from the websocket implementation.