Skip to content

Commit f3b84b1

Browse files
2 parents b5dd3f3 + 8d89b94 commit f3b84b1

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

readme.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Gmail Account Creation Automation Script
22

3-
Automate the process of creating Gmail accounts using Selenium and Firefox WebDriver.
3+
Automate the process of creating Gmail accounts using Selenium and Chrome WebDriver.
44

55
## Overview
66

7-
This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Firefox WebDriver. It navigates through the Gmail sign-up process by filling in the required details, such as name, username, password, and more.
7+
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.
88

99
## Prerequisites
1010

1111
- Python 3.x
12-
- GeckoDriver (Firefox WebDriver) - [Download GeckoDriver](https://github.com/mozilla/geckodriver/releases)
12+
- ChromeDriver - [Download ChromeDriver](https://sites.google.com/chromium.org/driver/)
1313
- Selenium library - Install using `pip install selenium`
1414

1515
## Usage
@@ -20,7 +20,7 @@ This script allows you to automate the creation of Gmail accounts using the Sele
2020
git clone https://github.com/khaouitiabdelhakim/Gmail-Creation-Automation-Python.git
2121
```
2222

23-
2. Download the GeckoDriver executable and place it in the repository directory.
23+
2. Download the ChromeDriver executable and place it in the repository directory.
2424

2525
3. Install the required libraries:
2626

@@ -47,3 +47,21 @@ This script is provided for educational and informational purposes only. The aut
4747
## Credits
4848

4949
Original script by Abdelhakim Khaouiti ([khaouitiabdelhakim on GitHub](https://github.com/khaouitiabdelhakim))
50+
51+
## License
52+
This project is licensed under the MIT License
53+
54+
```
55+
Copyright 2024 KHAOUITI ABDELHAKIM
56+
57+
Licensed under the MIT License
58+
You may obtain a copy of the License at
59+
60+
http://opensource.org/licenses/MIT
61+
62+
Unless required by applicable law or agreed to in writing, software
63+
distributed under the MIT License is distributed on an "AS IS" BASIS,
64+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
65+
See the License for the specific language governing permissions and
66+
limitations under the MIT License.
67+
```

0 commit comments

Comments
 (0)