twikit
twikit copied to clipboard
How to continue the process when the email verification code arrives. I want to login multiple users. But when this code arrives, the terminal stops. It does not proceed to the next user. Please help guy's
In order to protect your account from suspicious activity, we've sent a confirmation code to a.*********@g.. Enter it below to sign in.
any update on this?
any way to solve this?
Same question?
IMO, you should create an API or a GUI yourself and call that for the verification code. This way all accounts can wait for the code to be received and proceed. But I don't know if there's async callback available to receive the code from user. But if its not available it's not hard to create.