Automate gmail password changes in bulk with python

linax

Senior Member
Jr. VIP
Joined
Mar 15, 2016
Messages
830
Reaction score
69
I need to change the password and recovery email of about 200 gmail accounts. I’m searching for a way to do it via an api or some bot. I’m familiar with python. Any suggestions how I can do this?

I was thinking possibly selenium.
 
You can use selenium library to automate it
 
You can use selenium library to automate it
Yeah I was thinking that. Was wondering if there was another option anyone could think of.
 
Google seems to keep changing up their css that selenium IDE is matching on different account loads. This is going to be harder than I thought.
 
Back
Top