Wednesday 31 August 2016

Google Account Password Changer

This bot is open source.
This bot uses Python and Selenium, so there are a few things we need to set up.

First download Python 2.7
After you have successfully installed Python, go to your Python Folder. It should be C:\Python27
Open the "Scripts" folder.
Hold shift and right click any white space. Click "Open command window here"
A command prompt should pop up. Type in "pip install selenium" and press enter.
You are now done with setup.

Now, download the Google Account Password Changer.rar. EXTRACT ALL FILES!
Open the "accounts.txt". In that text file you will include all the gmail accounts you want to change the password for. It has to be in email:currentpassword format
Like this:

Code:
sampleemail@gmail.com:samplePword
secondemail@gmail.com:samplePword
LEAVE NO EMPTY SPACES OR NEW LINES
When you are done, save and close the document.
Now, double click the Google Account Password Changer.
it asks you what you want your new password to be. Enter a new password THAT IS AT LEAST 8 CHARACTERS LONG.
Now press enter and watch the bot do its work!

No comments:

Post a Comment