Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mee-to/gmail-account-creator-bulk
This Python script can be used to generate random Gmail accounts. The script creates Gmail accounts using random user agents and stores the generated account information in a file.
https://github.com/mee-to/gmail-account-creator-bulk
account-creator account-creator-generator account-generator accountcreator accounts accounts-generator accounts-google botaccount gmail gmail-bot gmail-create gmailcreator gmailer gmailsignup google
Last synced: 20 days ago
JSON representation
This Python script can be used to generate random Gmail accounts. The script creates Gmail accounts using random user agents and stores the generated account information in a file.
- Host: GitHub
- URL: https://github.com/mee-to/gmail-account-creator-bulk
- Owner: Mee-To
- License: mit
- Created: 2024-11-26T18:07:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:52:51.000Z (24 days ago)
- Last Synced: 2024-12-10T20:33:57.173Z (23 days ago)
- Topics: account-creator, account-creator-generator, account-generator, accountcreator, accounts, accounts-generator, accounts-google, botaccount, gmail, gmail-bot, gmail-create, gmailcreator, gmailer, gmailsignup, google
- Language: Python
- Size: 147 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gmail Account Creator
This Python script can be used to generate random Gmail accounts. The script creates Gmail accounts using random user agents and saves the generated account information in a file.
## Requirements
- Python 3.x
- requests library (`pip install requests`)
- Selenium library (`pip install selenium`)
- Cryptography library (`pip install cryptography`)
- Fernet library (`pip install fernet`)
- Chrome WebDriver (For more information: https://sites.google.com/a/chromium.org/chromedriver/)## Usage
1. Firstly, you will need a URL with random user agents in a file called `user-agents.txt`. See [here](https://gist.githubusercontent.com/pzb/b4b6f57144aea7827ae4/raw/cf847b76a142955b1410c8bcef3aabe221a63db1/user-agents.txt) for a sample list of user agents.
2. Edit `gmail_creator.py` and replace the variable `userAgentsUrl` with the URL of the user agent file.
3. Run the script: `python gmail_creator.py`.## Caution
- This script can be used to create random Gmail accounts.
- Also, when using this script, there is no privacy and security of the created accounts. It is the user's responsibility to ensure the security of the created account information.## Licence
This project is licensed under the MIT Licence. See the LICENSE file for more information.