├── LICENSE ├── README.md └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Adnan Ozgur 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |

Gmail Account Creator Automation Tool with SMS-API

3 | 4 | 5 | # [Click here](https://github.com/SeniourDev/GmailAccountCreator/releases/tag/release) to download latest release. 6 | 7 |

8 | 9 | 10 | 11 | 12 | 13 |

14 | 15 | > [!NOTE] 16 | • Gmail Account Creator Automation Tool with SMS-API (5sim.net & sms-activate.ru) 17 | 18 | > [!TIP] 19 | • You better buy private proxies. 20 | 21 | > [!IMPORTANT] 22 | • You have to upload proxy list, if you're proxies are clean you don't have to use SMS API.
23 | 24 | > [!WARNING] 25 | • If you want to create gmail accounts without problems, we reccommend you to buy private proxies and use a good SMS Service 26 | 27 | 28 | 29 | ![image](https://github.com/SeniourDev/GmailAccountCreator/assets/171435606/91b5ce4d-1e55-4422-8155-67a1771ca1b9) 30 | 31 | ![image](https://github.com/SeniourDev/GmailAccountCreator/assets/171435606/ee43cfb9-4347-4d8e-8627-0f196aa074d8) 32 | 33 | ![image](https://github.com/SeniourDev/GmailAccountCreator/assets/171435606/c39fdfab-bc80-45c5-b34e-0bf7a0a993a3) 34 | 35 | ![image](https://github.com/SeniourDev/GmailAccountCreator/assets/171435606/b5eb4931-2973-405c-abe6-7b26f82fe3c2) 36 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | fake_useragent 2 | fp 3 | free_proxy 4 | requests 5 | selenium 6 | selenium_wire 7 | webdriver_manager 8 | --------------------------------------------------------------------------------