Python websocket client example for Upstox API v2.
Step 1:
Install the SDK using the following command pip install upstox-python-sdk
Step 2: Download the proto from here and build a python module out of it using protobuf. Sample module attached (MarketDataFeed_pb2.py)
Step 3: