Questions Python | Email-Pass (Oauth)

Questions Python | Email-Pass (Oauth)

Z3RX957

User
User ID
67481
Jun 1, 2024
13
5
#CR
2
  • Thread starter
  • Thread Author
  • #1
I've created an easy python script to bulk check mail combolist using imaplib but how deal with Oauth? I've tried to catch the token using local proxy but it fails during login process. Actually for Oauth I'm using selenium library with selenium.webdriver and I can test an Oauth address in not less than 8/10 seconds vs a 2 seconds using imaplib without Oauth.

Thanks!!! for any suggestion.
 
I've created an easy python script to bulk check mail combolist using imaplib but how deal with Oauth? I've tried to catch the token using local proxy but it fails during login process. Actually for Oauth I'm using selenium library with selenium.webdriver and I can test an Oauth address in not less than 8/10 seconds vs a 2 seconds using imaplib without Oauth.

Thanks!!! for any suggestion.
Today here hotmail is down. Cause of problem : Oauth2.
 
I've created an easy python script to bulk check mail combolist using imaplib but how deal with Oauth? I've tried to catch the token using local proxy but it fails during login process. Actually for Oauth I'm using selenium library with selenium.webdriver and I can test an Oauth address in not less than 8/10 seconds vs a 2 seconds using imaplib without Oauth.

Thanks!!! for any suggestion.
Can you share your script or how to make such a script. It would be helpful. Thanks!!!
 
Back
Top Bottom