How do I mass register accounts on a website?

gm90

Junior Member
Joined
Feb 15, 2018
Messages
160
Reaction score
45
Hi
I created a python script with chatgpt that will create accounts on loop on a website. The only problem is, for each account I will need a different email and to validate the email.
Do you have any idea how can I fix this issue.
I mean, some service that generate me hundreds of different emails and also a way to enable the validation links easily without having to access each email.
Thanks
 
use a free temporary email inbox website. it will give you a new email based on your cookies so every new instance of webdriver will give you a new email making it convenient for mass generating accounts.

if you are solely programming using chatgpt ur not gonna get anywhere with automation. its information is outdated and it uses old documentations
 
Hi
I created a python script with chatgpt that will create accounts on loop on a website. The only problem is, for each account I will need a different email and to validate the email.
Do you have any idea how can I fix this issue.
I mean, some service that generate me hundreds of different emails and also a way to enable the validation links easily without having to access each email.
Thanks
Email validation can be simple. Google “temp email” and use one of those services that works on that platform. Pretty sure you can bot a temp email service easily, and read the confirmation email without having to create session cookie and stuffs.

Hopefully it’s not a fortune 500 company lol, because that wouldn’t be easy to bot.
 
Back
Top