While using Python code using selenium package to automate login, I can’t go to TOTP page. After putting Client ID (User ID), it is asking for human verification. Any workaround this?
Try using the api endpoints, https://github.com/tkanhe/fyers-api-access-token-v3/blob/main/get_fyers_access_token.py
Hey @106553953667409957655 ,
Please DM us your contact details so that we can connect and help with this
Looks like Fyers enabled captcha on the login, which is breaking your auto login script!
The auto login does not work anymore - at least does not for me too. Anyway since it is a one-time task every day, I just generate the token manually and get along. I guess the “human captcha” on the page has been added to compel users to generate the token manually so as to avoid any auto-login processes. Only FYERS engineers can clarify further.