I'm currently using kite.quote in each of the multiple script I'm running. I have started getting 'Too many request' error.
I understand KiteTicker is not available in Python. Can you guide me as to how to use websocket to reuse the quotes across multiple script to avoid 'Too many request' error. Need some working example.
pykiteconnect does support Websockets API (Kite Ticker). You can check out here.