I came to know that there is a kite connect API for python https://github.com/rainmattertech/pykiteconnect. I understood thpat I should get the api key and secret first. but whats bothering me is this.
data = kite.request_access_token("request_token_here", secret="your_secret") kite.set_access_token(data["access_token"])
If I am trading from python Jupyter. How do I get the request token. It would be great ,if someone is already trading with pykiteconnect , post a tutorial