Does anybody know if via the google api in java I can create google accounts programmatically.
Here's how to access Gmail through VPN: Subscribe to a Personal VPN Server or Personal Static IP so as to have your personal IP address. Tie the IP of our VPN to your Gmail in account settings. From now on, you'll only need to turn on the VPN connection via your personal VPN server or IP address.
How do I create an additional Gmail account? Google will request a working phone number from you when you sign up for a Gmail account so that your account may be verified. You will need 1000 mobile phone numbers in order to establish 1000 Gmail accounts.
Add an alternate email address Select Personal info. Under "Contact info," click Email. Next to "Alternate emails," select Add alternate email or Add other email. You may need to sign in again.
(ish)
The Admin SDK Directory API allows you to create accounts which work with Google tools (Gmail, Calendar, etc.) but are not @gmail.com / @googlemail.com accounts.
This is used by companies to automate creation of accounts for online google tools when new users are added to networks and similar scenarios.
User management is documented here.
This replaces the provisioning API which was deprecated in 2013.
The only possible way to do this would be to use a web automation framework. Python is great for web automation using tools such as mechanize. I've never done it in Java, but you should do a google search for java programmatic web browser
or java web automation
.
On top of that you would have to incorporate an OCR package to beat the captcha.
There is a reason that google, nor anyone else, allows the programmatic creation of accounts. Spammers would have a field day. Within days there would be no valid accounts left for any new users to use. In short, it would be a disaster.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With