I know this topic has been discussed and answered multiple times, but I’m trying to understand the practical workflow here.
If I have multiple Kite accounts (for example, family accounts) and need to manage all of them, having to log in manually to each account somewhat defeats the purpose of automation. For every account, I need to:
Enter the username and password in the UI.
Open the Kite app to obtain the TOTP. (I'm aware of external authenticator - but I not interested to install another application for just one job)
Enter the TOTP to complete the login.
Copy the request_token.
Then logout - so that you can repeat the process for remaining accounts
I would then have to repeat the entire process for all three accounts.
If this is indeed the required process, is there any way to batch the authentication or initiate the login for all accounts with a single login/authentication step? This would make managing multiple accounts significantly more practical.