Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Open Source Bulk Auto Gmail Creator Bot with Selenium & Seleniumwire ( Python ). Feel free to contact me with Django/Flask, ML, AI, GPT, Automation, Scraping.
| Date | Stars |
|---|---|
| 2026-07-24 | 1320 |
| 2026-07-25 | 1322 |
| 2026-07-28 | 1322 |
| 2026-07-30 | 1322 |
| 2026-08-06 | 1322 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Auto-Gmail-Creator ## Summary Latest Open Source Bulk Auto Google Account ( Gmail ) Regiteration Bot Script 2023 ### Important Notice for already cloned/ forked users I developed stealth webdriver that avoid detection during the account creation. You can contact me to get it by giving me a coffee. btw, The only thing remain is to find cheap, robust sms providers as well as proxies. ### Introduction This is the automation script for Python lovers to learn basics about automation as well as commercial for marketers. <a class="github-fork-ribbon right-top" href="https://github.com/ai-to-ai/Auto-Gmail-Creator/fork" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a> <img align="left" src="https://visitor-badge.laobi.icu/badge?page_id=ai-to-ai.ai-to-ai" /> According to [Jonathan](https://www.quora.com/profile/Jonathan-Elder)'s desription ,only about five gmail addresses can be verified on a single phone number. This script uses [sms-activate.org](https://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. 5. if you already installed python packages for my previous script, I recommend to upgrade the ```webdriver-manager``` package by ```pip install webdriver-manager -U``` ## 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](https://github.com/BourneXu/AutoCreateGmailAccount), 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](http://free-proxy.cz/en/proxylist/country/all/socks5/ping/all/2) 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  - Edit user.csv With Notepad  With Excel  - Bot will create chrome browser repeatedly for each gmail.
Excerpt of 4,592 characters
Read on GitHub26
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1b76f7cb338ea533, topic:automation
matched fp:1b76f7cb338ea533, topic:selenium