{"id":24902876,"url":"https://github.com/Hiteshydv001/google-account-create","last_synced_at":"2025-10-16T14:30:54.418Z","repository":{"id":274953308,"uuid":"924593393","full_name":"Hiteshydv001/google-account-create-","owner":"Hiteshydv001","description":"This project automates the process of creating a Google account using Python and Selenium.","archived":false,"fork":false,"pushed_at":"2025-01-30T10:16:36.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T11:23:40.940Z","etag":null,"topics":["python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hiteshydv001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-30T09:55:44.000Z","updated_at":"2025-01-30T10:17:30.000Z","dependencies_parsed_at":"2025-01-30T11:23:45.298Z","dependency_job_id":"f347d907-766f-40db-8f45-5c3f29d38336","html_url":"https://github.com/Hiteshydv001/google-account-create-","commit_stats":null,"previous_names":["hiteshydv001/google-account-create-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiteshydv001%2Fgoogle-account-create-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiteshydv001%2Fgoogle-account-create-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiteshydv001%2Fgoogle-account-create-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiteshydv001%2Fgoogle-account-create-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hiteshydv001","download_url":"https://codeload.github.com/Hiteshydv001/google-account-create-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236726282,"owners_count":19194889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","selenium"],"created_at":"2025-02-01T22:17:36.425Z","updated_at":"2025-10-16T14:30:49.097Z","avatar_url":"https://github.com/Hiteshydv001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Account Creation Automation\n\n![Google Account](https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png)\n\n\nThis project automates the process of creating a Google account using Python and Selenium. It includes two main components:\n1. Fetching a one-time password (OTP) through an API.\n2. Automating the Google account creation process using Selenium.\n\nProject Structure\n```\ngoogle-account-create-/\n    ├── README.md\n    ├── fetch_otp.py\n    └── google_account_create.py\n```\n\nOverview of Components\n\n📜 **fetch_otp.py**\nThis script fetches a one-time password (OTP) using an external OTP API. The OTP is essential for verifying phone numbers during account creation.\n\n#### Key Functions:\n- **`get_available_phones(country=\"USA\")`**: Fetches available phone numbers from the specified country.\n- **`get_otp(country, phone_number, ago=\"5m\", source=\"receive-sms-free.cc\")`**: Retrieves the OTP for the given phone number.\n- **`main()`**: Orchestrates phone number selection and OTP retrieval.\n\n📜 **google_account_create.py**\nThis script automates the Google account creation process using Selenium. It opens Google’s account creation page and fills out the required information.\n\n#### Features:\n- **Generates Unique Username**: Combines first and last names with a random number.\n- **Generates Strong Password**: Ensures security by using a mix of characters, numbers, and symbols.\n- **Form Automation**: Fills in dynamic fields like date of birth, gender, and username using Selenium.\n\nRequirements\nTo get started, ensure you have the following installed:\n- Python 3.x\n- Selenium: Install with `pip install selenium`\n- WebDriver for Chrome: [Download from here](https://sites.google.com/chromium.org/driver/)\n\nHow to Use\n1. **Clone the Repository**:\n```bash\ngit clone https://github.com/yourusername/google-account-create.git\n```\n2. **Run the OTP Fetcher**:\nFetch the OTP before running the account creation script.\n```bash\npython fetch_otp.py\n```\n3. **Run the Google Account Creation Script**:\nAfter obtaining the OTP, you can run the account creation script:\n```bash\npython google_account_create.py\n```\n\nHow It Works\n\n### 1. **Fetching OTP**\nThe script retrieves available phone numbers for a specified country using an OTP API. It then selects a phone number and fetches the OTP, which is required to verify the account.\n\n### 2. **Creating Google Account**\nIt uses Selenium to navigate Google’s account creation form, entering details such as:\n- Name\n- Birthday\n- Gender\n- Username (generated dynamically)\n- Password (generated securely)\nIt bypasses basic bot protection using the `undetected_chromedriver` option.\n\nCustomization Options\n- **Change the Country**: In `fetch_otp.py`, modify the `country` parameter to select a different country for phone number fetching.\n- **Customize User Details**: Modify `google_account_create.py` to set different user details (name, birthday, etc.).\n\nContact\nFeel free to reach out with any questions or contributions!\nEmail: [hiteshofficial0001@example.com](mailto:hiteshofficial0001@example.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHiteshydv001%2Fgoogle-account-create","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHiteshydv001%2Fgoogle-account-create","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHiteshydv001%2Fgoogle-account-create/lists"}