Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone Verification Issue #27

Open
Computerfile opened this issue Nov 3, 2023 · 9 comments
Open

Phone Verification Issue #27

Computerfile opened this issue Nov 3, 2023 · 9 comments

Comments

@Computerfile
Copy link

Hi, I'm trying to use the auto-gmail-creator but Ive aquired the problem that the sms verification is a paid service and I would prefer to have the gmail creator work without having to pay for the sms verification. Do you mind getting in contact with me on discord to talk about the problem?

My discord is @graminoid Thank You!

@Finebody
Copy link

Finebody commented Nov 6, 2023

How much required to pay for sms verification? Any idea?

@xD-E-A-T-Hx
Copy link

Depends where you’re set for. Think it can be as low as 8 cent each. But go to the sms webpage it shows all the prices in it per one

@xD-E-A-T-Hx
Copy link

Hi, I'm trying to use the auto-gmail-creator but Ive aquired the problem that the sms verification is a paid service and I would prefer to have the gmail creator work without having to pay for the sms verification. Do you mind getting in contact with me on discord to talk about the problem?

My discord is @graminoid Thank You!

If there is a free online sms service I’m sure you could change it for that

@Computerfile
Copy link
Author

Yeah, I didn't manage to find one though I guess I have to stick with the one you chose, I was kinda hoping to find a free alternative but it doesn't seem like theres any reliable ones out there :/ if you know one thatd be of great help

@Finebody
Copy link

Finebody commented Nov 8, 2023

Yeah, I didn't manage to find one though I guess I have to stick with the one you chose, I was kinda hoping to find a free alternative but it doesn't seem like theres any reliable ones out there :/ if you know one thatd be of great help

Hey there! how did you get past the google error, "Sorry! We couldn't create your google account!" ? I am stuck at it. Anything helpful will be greatly appreciated.

@Computerfile
Copy link
Author

Yeah I had that problem. If you're using selenium I recommend switching to undetected_chromedriver and changing the options to have a unique fingerprint every time (meaning randomizing a range of commonly used extensions, random battery levels, webgl rendering solutions window dimensions, user agents etc....) that will help to make it undetectable. I also read somewhere on an old stackoverflow thread that there is a common key used in the webdriver executable that may lead to detection (can't seem to find it right now though).

@xD-E-A-T-Hx
Copy link

yeah seleniumwire has javascript signatures in it which is detected by the google bots, best way atm is to modify the script to run on selenium and use chromedriver, you can edit the choredriver.exe looking for the cdc_ markers and replace them with something random like qwe_ as i have modified my script a lot, tbh im not sure which part has beaten the bot for now, my next obstacle is trying to send a cancel request to the sms api to cancel the number after its been used,

@Computerfile
Copy link
Author

You could also make it that numbers get re used for emails (i.e one number can be used for 3-5 times) so that you don't have to reget a number everytime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Computerfile @xD-E-A-T-Hx @Finebody and others