GMAIL BOT

Grecoinne

Junior Member
Joined
May 24, 2019
Messages
110
Reaction score
30
Hello everybody , i finally found a way to make gmail accounts without verification ...
So i tried to automate it but each time i try google detect it and ban the account i stantly 3 or 4 out of 5 get suspended. I tried with selenium , pyautogui nothing work woth pyautogui worked better but slow and still get detected .
I would appreciate If you guys share any better solution for automation in my case .
 
Use multilogin
I dont think that multilogin is for me in this case i can create accounts in same pc .
My problem is automation , google detect it that the account was created by a bot.
 
Hit me up on skype if the method really works we can do a JV i can help you in automating code wise too..
 
There are a lot of ways that a website can detect non-human behavior. Mouse movements, clicks, duration between keystrokes, and many more. If you're not taking any precautions, then they can detect the automation framework you're using as well. At a bare minimum, you need to be using Puppeteer or Playwright with evasion packages. There are some semi-natural human behavior libraries, like ghost-cursor, but they are far from perfect.

I dont think that multilogin is for me in this case i can create accounts in same pc .

I don't know what your particular method is, but you surely need to have a different browser fingerprint between sessions, whether via Multilogin or by some other means.
 
Back
Top