GithubHelp home page GithubHelp logo

khaouitiabdelhakim / gmail-creation-automation-python Goto Github PK

View Code? Open in Web Editor NEW
39.0 1.0 16.0 8.09 MB

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.

Home Page: https://khaouitiapps.vercel.app/

Python 100.00%
automation gmail gmail-create python python-automation python-script scraper scraping selenium selenium-python

gmail-creation-automation-python's Introduction

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.

gmail-creation-automation-python's People

Contributors

farstar60 avatar khaouitiabdelhakim avatar rct31 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gmail-creation-automation-python's Issues

hi, some issue on driver dir from mac os\

File "gmail_automation.py", line 16, in
driver = webdriver.Chrome(service=service) #, options=chrome_options)
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in init
super().init(
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 53, in init
self.service.start()
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 98, in start
self._start_process(self._path)
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 204, in _start_process
self.process = subprocess.Popen(
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotADirectoryError: [Errno 20] Not a directory: 'chromedriver.exe'
shahar.katzir@MacBook-Pro Gmail-Creation-Automation-Python % python gmail_automation.py

Traceback (most recent call last):
File "gmail_automation.py", line 16, in
driver = webdriver.Chrome(service=service) #, options=chrome_options)
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in init
super().init(
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 53, in init
self.service.start()
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 98, in start
self._start_process(self._path)
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 204, in _start_process
self.process = subprocess.Popen(
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotADirectoryError: [Errno 20] Not a directory: 'chromedriver.exe'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.