Email registration in outlook
Available data:
Email name (nickname)
Password
First and last name
Date of birth
Proxy
Data to be extracted from another site to work with later
Backup email
Backup email password
Need to register an email with this data, (nickname, password, first and last name, date of birth, proxy)
then link the backup email, which we will get from mail.tm
And set it up so that all emails are forwarded to a specified email (it will change, for example, 1 to 5 or 1 to 10, or make it so that emails are forwarded to the email we extracted from mail.tm)
We will store the data in a database.
I will upload to it
email nickname
Email password
Username
User's last name
Date of birth (in any format that is more convenient)
Proxy.
Email to which we will forward messages (I will specify it myself, or the backup email from mail.tm)
And in the output, I get a database:
email nickname
Email (which was created)
Email password
Backup email
Backup email password
Username
User's last name
Date of birth (in any format that is more convenient)
Proxy.
Email to which it is forwarded
___
And also error handling for issues that may occur during creation, not sure what they are,
From what first comes to mind, "email nickname already taken", so we try again, go to the second line, and start over 🤷♂️ and so on...
___
Plus, there is also a captcha that will need to be solved
The program must be written in Python