Git Product home page Git Product logo

auto-gmail-creator's Introduction

Auto-Gmail-Creator

Important Note:

Google changed their account creation interface in July 2023, I am upgrading my repository. If you donate to buy sms-activate.org api key to test, I will give you more benefits. Thanks ( Anyone who is interested in this bot, let us connect on every Wendsday and Sunday)

Summary

Latest Open Source Bulk Auto Google Account ( Gmail ) Regiteration Bot Script 2023

Fork me on GitHub

According to Jonathan's desription ,only about five gmail addresses can be verified on a single phone number.

This script uses sms-activate.org api for phone verification and more services will be added.

To run the script, you don't need to download Chromedriver or Geckodriver manually. The script does it automatically with webdriver manager.

You can customize this script to avoid getting blocked. I am also developing another script with Requests but going to keep it private since it will be blocked if I let it public.

Also, Feel free to contact me if you have any project regarding Automation, Scraping, Machine Learning.

Usage

  1. Install Python 3.x.
  2. pip install -r requirements.txt
  3. python app.py
  4. 'Created.txt' will be generated for successful creation.

Customize

Browser [ Chrome, Firefox ]

Switch from Chrome to Firefox by commenting 2 lines.

#options = ChromeOptions()
options = FirefoxOptions()

#driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options = options, seleniumwire_options=seleniumwire_options)

driver = webdriver.Firefox(service=Service(GeckoDriverManager().install()), options = options, seleniumwire_options=seleniumwire_options)

Manual or Automatic User info generation

You edit the 'User.csv' with given type such as First name, Last name, Password, Birthday, Username(optional) from the second line. If the 5th parameter on user.csv is not passed by userBot generates username automatically adding FN + dot + LN + random 5 digits.([email protected]) Thanks to BourneXu, Script generates random popular usernames. You can set this variant as "True" to use this functionality to automate generation.

AUTO_GENERATE_UERINFO = True

Proxy

If you want to use socks proxy, please remove comment theses lines. Free Proxy list is here

    SOCKS_PROXY = "socks5://user:pass@ip:port"

Headless or With UI (Optional)

    options.add_argument('--headless')

Profile (Optional)

You can add your own profile if you want by specifying the path.

    options.add_argument("--incognito")
    options.add_argument(r"--user-data-dir=C:\\Users\\Username\\AppData\\Local\\Google\\Chrome\\User Data")
    options.add_argument(r'--profile-directory=ProfileName')

To-Do

Try to simulate user's mouse action wity pyautogui and adding cookie, recovery email, more sms services such as Durian, 5sims. To bypass bot-detection, I am all ears to hear from you.

Images

  • Running auto-gmail-creator-leostech

  • Edit user.csv

    With Notepad edit-user-notepad

    With Excel edit-user-excel

  • Bot will create chrome browser repeatedly for each gmail. auto-gmail-create-leostech

  • You can visit sms-activate.org to see it's apis. sms-activate

  • To see the country code, you can hit here. auto-gmail-creator-leostech auto-gmail-creator-leostech

Email

[email protected]

Telegram

https://t.me/leoshabit

Discord

leoshabit#0825

Skype

https://join.skype.com/invite/H6S0RFA69GNK

Github

https://github.com/leoshabit

Phone

+12292995932

auto-gmail-creator's People

Contributors

ai-to-ai avatar sanketop avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.