Search code examples
pythongmailregistration

it is possible to use python code to create automatically a gmail account?


I want to develop a program that can create automatically a gmail account with the use of python.

Is it possible?


Solution

  • If you're looking for a disposable email address, look for such a service with a public API (eg. temp mail). Then use http.client or Python Requests to interact with that API.

    If your goal is to create spam or ghost accounts - don't. These services are aimed at quality assurance, ie. testing email services.