How to automatically check email verification code

jeongsubin

Newbie
Joined
Dec 21, 2022
Messages
29
Reaction score
8
For example, there are 100 EVA Instagram accounts.
When you attempt to log in from the app, a verification code will be sent to hotmail or Outlook.
I can access my email to check the verification code.

However, the process of checking the authentication code takes more time than expected.
Is there a way to automate this process?
 
예를 들어 EVA Instagram 계정이 100개 있습니다.
앱에서 로그인을 시도하면 핫메일이나 아웃룩으로 인증코드가 전송됩니다.
내 이메일에 액세스하여 인증 코드를 확인할 수 있습니다.

다만, 인증번호를 확인하는 과정이 생각보다 시간이 오래 걸립니다.
이 프로세스를 자동화하는 방법이 있습니까?
Hello, if you are Korean, I would like to know how to contact you, whether it is KakaoTalk or Telegram, I am looking for a program developer.
 
A simple python script can do the trick,
All what you need is to provide the accounts in a txt file (login and pass),
Use imap to connect to the server, find the email by matching the sender email and regex for the verification text,
Then open the link in a new selenium tab to verify it
 
Back
Top