A script that automatically opens an browser window and creates a mailbox in the AtomicMail.io service
-
Supports Edge/Chrome/Brave/Firefox browsers
-
Automatic account registration cycle
-
Automatic form filling
-
Credentials auto-saving
-
Removing the created account
-
JSON configuration with behavior settings
-
Install Python 3.6+ and pip
-
Install required packages:
pip install selenium webdriver_manager
-
Check the compatibility of the driver version with your browser and place it in the script directory:
For Microsoft Edge:
Check version
edge://settings/helpand download Edge WebDriver matching your Edge versionFor Chrome/Brave:
Check version
chrome://settings/helpDownloadand download СhromeDriver matching your Chrome/Brave versionFor Mozilla Firefox:
Check version (open the browser and click on the menu button (three horizontal lines) in the top right corner, select "Help" and then "About Firefox") and download GeckoDriver matching your Firefox version
-
Run the script by double clicking or in the terminal/command prompt:
python AutoregEdge.py
-
Manually solve the CAPTCHA when prompted. Script will automatically continue after solving.
-
Credentials will be saved in
autoreg_{email}.txtfile in the script directory.