YBZ170

About

Username
YBZ170
Joined
Visits
18
Last Active
Roles
Member

Comments

  • 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…
  • can you share a sample login code, so that i can check ?
  • 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…