Skip to content

This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Chrome WebDriver. It navigates through the Gmail sign-up process by filling in the required details, such as name, username, password, and more.

khaouitiabdelhakim/Gmail-Creation-Automation-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gmail Account Creation Automation Script

Automate the process of creating Gmail accounts using Selenium and Chrome WebDriver.

If you find this repository useful or it has helped you,
please don't forget to leave a ⭐️, or even follow my GitHub account.
Your support motivates me to continue providing helpful resources.
Thank you for your appreciation! 🌟🚀💖😊👍

If you'd like to support further, consider buying me a coffee:

Buy Me A Coffee

Overview

This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Chrome WebDriver. It navigates through the Gmail sign-up process by filling in the required details, such as name, username, password, and more.

Prerequisites

Usage

  1. Clone this repository:

    git clone https://github.com/khaouitiabdelhakim/Gmail-Creation-Automation-Python.git
    
  2. Download the ChromeDriver executable and place it in the repository directory.

  3. Install the required libraries:

    pip install selenium
    
  4. Open the script (gmail_automation.py) and update the your_first_name, your_last_name, your_username, your_birthday, your_gender, and your_password variables with your desired account details.

  5. Run the script:

    python gmail_automation.py
    
  6. The script will automate the Gmail account creation process and provide you with the created account's username and password at the end.

  7. Important: Please be aware that automating website interactions might go against the website's terms of use. Use this script responsibly and be cautious not to violate any rules or regulations.

Disclaimer

This script is provided for educational and informational purposes only. The author is not responsible for any misuse or violation of terms of service resulting from the use of this script.

Credits

Original script by Abdelhakim Khaouiti (khaouitiabdelhakim on GitHub)

License

This project is licensed under the MIT License

Copyright 2024 KHAOUITI ABDELHAKIM

Licensed under the MIT License
You may obtain a copy of the License at

http://opensource.org/licenses/MIT

Unless required by applicable law or agreed to in writing, software
distributed under the MIT License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the MIT License.

About

This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Chrome WebDriver. It navigates through the Gmail sign-up process by filling in the required details, such as name, username, password, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages