I am new to Kiteconnect (although have been using the API of your competitor for quite sometime). I created the app but have been unable to resolve the error 'KiteConnect' object has no attribute 'generate_session'. I have ensured that I follow the instructions in the documentation. Can you please help.
Below is my code:
import logging from kiteconnect import KiteConnect
logging.basicConfig(level=logging.DEBUG)
api_key = "My API Key" api_secret = "My API Secret"
You are using older version of pykiteconnect in your environment.You need to upgrade it to v3. Refer to this.