Automating Gmail Account Creation Using Selenium

by 4 replies
8
Hi All

I want to build a system for automating at least 1,000 Gmail account creation/Login using Selenium and a multi-login solution.

Is this possible?

Can running this system in the background using the Headless Browser reduce the impact on CPU, and RAM?

If the answer is no... Are there better solutions?
#programming #account #automating #creation #gmail #selenium
  • Eventually you will hit on reCAPCHA and this will block account creation.
  • Banned
    [DELETED]
  • If you want to use such email addresses for account creation on third party websites.

    In Gmail, you have the flexibility to incorporate a "plus" symbol along with any word of your choice at the end of your email address, and the emails will still be delivered to your inbox. For instance, if your email address is someemail@gmail.com, you can utilize someemail+token1@gmail.com, someemail+token2@gmail.com, or someemail+customlabel@gmail.com.

    Then you can use IMAP to fetch emails received, and automate further.
  • [DELETED]
  • Thank you all, I have tested multiple apps that I have developed. The automation works perfectly at the beginning, but unfortunately, Google/Gmail detects the automation very easily. Even stealth techniques and simulating human behavior don't work.
  • Banned
    [DELETED]
  • Creating automation tool to create bulk Gmail accounts need many details. You should consider about the captcha thing, phone verification code, IP, and so on. There are lot of account creator online. You can search and try some directly. PVACreator is one of the good choice.

Next Topics on Trending Feed