zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
978 stars 467 forks source link

Re-write websocket implementation in asyncio #130

Open ranjanrak opened 2 years ago

ranjanrak commented 2 years ago

Experimented it here: https://github.com/ranjanrak/async-ticker. Looks good to go. This helps in getting away with twisted dependency.

cooltechie007 commented 1 year ago

Can you please help me in understanding the asyncio benefits over twisted?

hemangjoshi37a commented 1 year ago

I am also looking forward that this gets implemented in the repo.