https://github.com/shahsuvarli/mail.ru-email-creator
This Python script uses Selenium, time, and keyboard libraries to automatically create an account on the mail.ru website.
https://github.com/shahsuvarli/mail.ru-email-creator
automation creation email keyboard mail python ru selenium time
Last synced: 6 months ago
JSON representation
This Python script uses Selenium, time, and keyboard libraries to automatically create an account on the mail.ru website.
- Host: GitHub
- URL: https://github.com/shahsuvarli/mail.ru-email-creator
- Owner: shahsuvarli
- Created: 2020-07-21T20:09:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T18:24:42.000Z (over 2 years ago)
- Last Synced: 2025-02-07T13:48:22.418Z (8 months ago)
- Topics: automation, creation, email, keyboard, mail, python, ru, selenium, time
- Language: Jupyter Notebook
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mail.ru Account Creator
=======================This is a Python script that automates the process of creating an account on mail.ru using the Selenium web driver, time, and keyboard libraries.
Prerequisites
-------------- Python 3
- Selenium library
- Time library
- Keyboard library
- Chrome web driverUsage
-----1. Clone or download the repository.
2. Install the required libraries by running `pip install -r requirements.txt` in the terminal.
3. Download the Chrome web driver and place it in the project directory.
4. Open `config.py` and provide your mail.ru account information.
5. Run the script using the command `python main.py`.Important Note
--------------Please use this script responsibly and only for educational purposes. The developer of this script is not responsible for any misuse of the script.