Giter VIP home page Giter VIP logo

auto-gmail-creator's Introduction

Auto-Gmail-Creator

Description

Latest Open Source Bulk Auto Google Gccount Regiteration script 2023

Fork me on GitHub

According to Jonathan's desription ,only about five gmail addresses can be verified on a single phone number. To avoid this limitation, I recommend to use SMS activation services.

This script uses sms-activate.org api for phone verification but please note that they charge tiny money.

You don't need to download Chromedriver manually. The script does it automatically with webdriver manager. Is it helpful? But you need to use Chrome Browser in your PC in general.

This is an Auto Gmail Creator script but you can refer this repo to learn Selenium & Scraping.

I am trying to find best free sms activation service. If you have any idea, Please let me know.

Thanks.

  1. Need to install Python 3.x.

  2. Install Dependencies with pip install -r requirements.txt

    • requests==2.27.1
    • selenium==4.8.2
    • selenium_wire==5.1.0
    • webdriver_manager==3.8.5
  3. Run script

    • Browser Choice You can use Chrome, 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 Entry for Gmail 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])

    • Automatic Username with popular names. Thanks to BourneXu, I implemented the script to generate Random Popular Usernames. You can set this variant as "True" to use this functionality.

      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) You can remote comment this line on 190.

          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')
      
    • Run script python app.py or python3 app.py

  4. If an account is created successfully, it will be added to 'Created.txt'.

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]

Skype

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

Telegram

https://t.me/softengineer1210

Github

https://github.com/leostech

Phone

+12292995932

If you like it, Please star this repo or folk or donate. Thanks. :)

Ether: 0xb6c9ce60a5db371164c461ec6d3fcae01292eb55

auto-gmail-creator's People

Contributors

ai-to-ai avatar

Watchers

James Cloos 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.