Token or QR value to connect with Smart API Python ?
-
What value we have to pass for Token ?
api_key = 'Your Api Key'
username = 'Your client code'
pwd = 'Your pin'
smartApi = SmartConnect(api_key)
try:
token = "Your QR value"
totp = pyotp.TOTP(token).now()
except Exception as e:
logger.error("Invalid Token: The provided token is not valid.")
raise e -
@kamal487 git it we have to use QR Code number , closing the thread.