Open Akshat4112 opened 1 year ago
Hi,
I was trying your code to login into Kite via Python code, but it is giving me a connection refused error.
Can you guide me on this issue?
I don't think below code is working. http_session.post(url='https://kite.zerodha.com/api/twofa', data={'user_id':user_id, 'request_id':resp_dict["data"]["request_id"], 'twofa_value':pyotp.TOTP(totp_key).now()}
Hi,
I was trying your code to login into Kite via Python code, but it is giving me a connection refused error.
Can you guide me on this issue?