Skip to content

VolfLife/AtomicMail-Autoreg

Repository files navigation

AtomicMail Autoreg

A script that automatically opens an browser window and creates a mailbox in the AtomicMail.io service

Features

  • 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

Usage

  1. Install Python 3.6+ and pip

  2. Install required packages:

pip install selenium webdriver_manager
  1. Check the compatibility of the driver version with your browser and place it in the script directory:

    For Microsoft Edge:

    Check version edge://settings/help and download Edge WebDriver matching your Edge version

    For Chrome/Brave:

    Check version chrome://settings/helpDownload and download СhromeDriver matching your Chrome/Brave version

    For 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

  2. Run the script by double clicking or in the terminal/command prompt:

python AutoregEdge.py
  1. Manually solve the CAPTCHA when prompted. Script will automatically continue after solving.

  2. Credentials will be saved in autoreg_{email}.txt file in the script directory.