{"id":25387173,"url":"https://github.com/suraj-k-gupta/gmailgenie","last_synced_at":"2026-05-15T12:03:26.397Z","repository":{"id":277601043,"uuid":"932922639","full_name":"SURAJ-K-GUPTA/GmailGenie","owner":"SURAJ-K-GUPTA","description":"GmailGenie is a bot made using selenium that automates the entire gmail (google) account creation process.","archived":false,"fork":false,"pushed_at":"2025-02-15T15:33:49.000Z","size":9107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T19:46:44.707Z","etag":null,"topics":["2captcha-api","account","automation","gmail-bot","juicysms","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/SURAJ-K-GUPTA.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-02-14T19:15:10.000Z","updated_at":"2025-02-15T21:48:04.000Z","dependencies_parsed_at":"2025-04-09T19:46:56.857Z","dependency_job_id":null,"html_url":"https://github.com/SURAJ-K-GUPTA/GmailGenie","commit_stats":null,"previous_names":["suraj-k-gupta/gmailgenie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SURAJ-K-GUPTA/GmailGenie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SURAJ-K-GUPTA%2FGmailGenie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SURAJ-K-GUPTA%2FGmailGenie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SURAJ-K-GUPTA%2FGmailGenie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SURAJ-K-GUPTA%2FGmailGenie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SURAJ-K-GUPTA","download_url":"https://codeload.github.com/SURAJ-K-GUPTA/GmailGenie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SURAJ-K-GUPTA%2FGmailGenie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273271819,"owners_count":25075968,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["2captcha-api","account","automation","gmail-bot","juicysms","selenium"],"created_at":"2025-02-15T11:34:11.793Z","updated_at":"2026-05-15T12:03:21.359Z","avatar_url":"https://github.com/SURAJ-K-GUPTA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GmailGenie\r\n\r\nWelcome to **GmailGenie**! ✨ This tool automates the process of creating Gmail accounts using Python, seamlessly integrating with SMS activation services and CAPTCHA solvers to make the account creation process quicker and more efficient.\r\n\r\n![GmailGenie](GmailGenieRed.png?raw=true)\r\n---\r\n\r\n## Features 🚀\r\n\r\n- **Automated Gmail Account Creation**: Automatically create Gmail accounts with minimal input.\r\n- **SMS Activation**: Support for SMS activation services like [JuicySMS](https://juicysms.com/).\r\n- **CAPTCHA Solving**: Integration with [2Captcha](https://2captcha.com/) to bypass CAPTCHA challenges.\r\n- **Proxy Support**: Enables the use of proxies for IP rotation, ensuring smooth, anonymous operations.\r\n- **Modular Design**: Well-structured codebase for easy maintenance and contribution.\r\n\r\n---\r\n\r\n## File Structure 📂\r\n\r\n```\r\nGmailGenie/\r\n├── .gitignore\r\n├── README.md\r\n├── chromedriver.exe\r\n├── config.py\r\n├── main.py\r\n├── phone_verification.py\r\n├── recaptcha_solver.py\r\n├── requirements.txt\r\n├── signup_helpers.py\r\n├── signup_process.py\r\n├── user_details.py\r\n└── .env\r\n```\r\n\r\n---\r\n\r\n## Setup 🛠️\r\n\r\n### Prerequisites\r\n\r\nBefore you begin, make sure you have the following installed:\r\n\r\n- **Python 3.8 or higher** 📌\r\n- **ChromeDriver** (for browser automation)\r\n- **API keys for**:\r\n  - [2Captcha](https://2captcha.com/)\r\n  - [JuicySMS](https://juicysms.com/)\r\n\r\n### Installation 🔧\r\n\r\n1. **Clone the Repository**:\r\n\r\n```bash\r\ngit clone https://github.com/SURAJ-K-GUPTA/GmailGenie.git\r\ncd GmailGenie\r\n```\r\n\r\n2. **Create a Virtual Environment**:\r\n\r\n```bash\r\npython -m venv venv\r\n```\r\n\r\n3. **Activate the Virtual Environment**:\r\n\r\n- On **Windows**:\r\n\r\n```bash\r\nvenv\\Scripts\\activate\r\n```\r\n\r\n- On **macOS/Linux**:\r\n\r\n```bash\r\nsource venv/bin/activate\r\n```\r\n\r\n4. **Install Dependencies**:\r\n\r\n```bash\r\npip install -r requirements.txt\r\n```\r\n\r\n5. **Create a `.env` File**:\r\n\r\nIn the root directory, create a `.env` file and add your API keys and proxy details:\r\n\r\n```\r\nTWO_CAPTCHA_API_KEY=your_two_captcha_api_key_here\r\nJUICYSMS_API_KEY=your_juicysms_api_key_here\r\nPROXY_HOST=your_proxy_host_here\r\nPROXY_PORT=your_proxy_port_here\r\nPROXY_USER=your_proxy_username_here\r\nPROXY_PASS=your_proxy_password_here\r\n```\r\n\r\n6. **Download ChromeDriver**:\r\n\r\n- [Download ChromeDriver here](https://sites.google.com/a/chromium.org/chromedriver/).\r\n- Place the `chromedriver.exe` file in the root directory of the project.\r\n\r\n---\r\n\r\n## Usage 🎬\r\n\r\nTo begin the Gmail account creation process, simply run the `main.py` script:\r\n\r\n```bash\r\npython main.py\r\n```\r\n\r\n---\r\n\r\n## Contributing 🤝\r\n\r\nWe welcome contributions! To contribute:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch (`git checkout -b feature/YourFeatureName`).\r\n3. Commit your changes (`git commit -m 'Add some feature'`).\r\n4. Push to your branch (`git push origin feature/YourFeatureName`).\r\n5. Open a pull request.\r\n\r\n---\r\n\r\n## License 📜\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\r\n\r\n---\r\n\r\n## Acknowledgments 🙏\r\n\r\n- **2Captcha** for CAPTCHA solving service.\r\n- **JuicySMS** as an alternative SMS activation provider.\r\n\r\n---\r\n\r\nNow you're ready to start automating Gmail account creation with GmailGenie! Happy coding! 🧙‍♂️✨\r\n\r\nIf you encounter any issues, feel free to open an issue on this repository or reach out for help.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuraj-k-gupta%2Fgmailgenie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuraj-k-gupta%2Fgmailgenie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuraj-k-gupta%2Fgmailgenie/lists"}