bybit-exchange / pybit

Official Python3 API connector for Bybit's HTTP and WebSockets APIs.
Other
384 stars 129 forks source link

Modernize #220

Closed bswck closed 3 months ago

bswck commented 3 months ago

Hello hello, it's time for some PRs to land

I would really like to rely on pybit in production, so expect some improvements from me soon :)

bswck commented 3 months ago

Actually, I've ended up with a simplistic async loop cooked with websockets. I'll close this and maybe rewrite the entire client lib if I have time.

Chenger1 commented 1 month ago

Created PR with asyncio support: https://github.com/bybit-exchange/pybit/pull/236