Starting from october 3 order placements via the Kite connect API will require the respective accounts to have enabled 2FA TOTP. With this requirement how to auto login through algor everyday without any manual intervention. Kite connect access token refreshes every 24 hours. So once a day manual login has to be done to get fresh access token. So far this could be automated through selenium webdriver. But now with this new requirement of mandatory 2FA TOTP how to do it? Please suggest some way.