Skip to content

tkanhe/Zerodha-Kite-API-Access-Token-Generation-with-TOTP

Repository files navigation

Zerodha Kite API Access Token Generation with TOTP

First, you will have to register for 2Factor TOTP on the Zerodha Kite website. While enabling TOTP, you have to scan the QR code using Google or Microsoft Authenticator and copy the TOTP KEY, as shown in the figure below.

alt text

Method1 (Without Selenium Webdriver):

  • With the help of the get-post requests session, we can get the access token.

Dependencies:

  • PyOTP pip install pyotp
  • Kiteconnect pip install kiteconnect

Method2 (With Selenium Webdriver):

Dependencies:

  • Selenium pip install selenium
  • PyOTP pip install pyotp
  • Kiteconnect pip install kiteconnect

For more info about what TOTP is and its registration procedure, please refer to this: https://tradewithpython.com/totp-login-zerodha-kiteconnect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages