this is the basic structure of what I'm using
from kiteconnect import KiteConnect
import webbrowser
api_key = " "
api_secret = " "
# Initialize KiteConnect
kite = KiteConnect(api_key=api_key)
# Generate login URL and open it in a browser
log…
I went through the FAQ, I get an error 403. I am entering the request token within a minute, have tried in multiple times and ensured that I am entering correct details. I have a question regarding the subscription too, is it possible to get api key…