Websocket subscribe and unsubscribe instrument using python

Hi there,

I am trying to use the MarketDataStreamer feature of upstox_cleint to subscribe and unsubscribe the instrument.
but i am getting error as AttributeError: module ‘upstox_client’ has no attribute ‘MarketDataStreamer’

can you please help me with this error?

Thank you

Have you tried the sample codes available in the README file on GitHub for using Python with Upstox? You can explore the functionality of the MarketDataStream function here: GitHub - upstox/upstox-python: Official Python SDK for accessing Upstox API

The README includes sample code for the subscribe and unsubscribe functions.

Additionally, ensure that you are using the latest version of the SDK, which was recently updated