-
Notifications
You must be signed in to change notification settings - Fork 350
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
Comments
How much required to pay for sms verification? Any idea? |
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 |
If there is a free online sms service I’m sure you could change it for that |
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. |
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). |
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, |
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 |
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!
The text was updated successfully, but these errors were encountered: