I have enabled TOTP. Now I want to use it in Python to log into using the code provided (https://github.com/FyersDev/fyers-api-sample-code/blob/sample_v3/v3/python/login/auto_login_totp.py). How can I find it? (code line TOTP_KEY = "LLXXXXXXXXXXXXXXXXXXAXOB" # TOTP secret is generated when we enable 2Factor TOTP from myaccount portal)
I think last time I was able to get from the webpage using Inspect and something poped up. But cannot find the code now.