Giter VIP home page Giter VIP logo

yandexmail-account-creator's People

Contributors

hendrikbgr avatar itamikame avatar jinxx0 avatar kwk9892 avatar mshawon avatar rober-dot-rar avatar sesseor avatar uwuplus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yandexmail-account-creator's Issues

Getting errors when running emails.py

Getting the following error. Using Windows 10 64 bit Python 3.7.6

Traceback (most recent call last):
  File "C:\Users\kmhs1\AppData\Roaming\Python\Python37\site-packages\selenium\webdriver\common\service.py", line 76, in start
    stdin=PIPE)
  File "C:\Users\kmhs1\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 800, in __init__
    restore_signals, start_new_session)
  File "C:\Users\kmhs1\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1207, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "emails.py", line 92, in <module>
    driver = webdriver.Chrome(executable_path='/driver/chromedriver', chrome_options=options)
  File "C:\Users\kmhs1\AppData\Roaming\Python\Python37\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in __init__
    self.service.start()
  File "C:\Users\kmhs1\AppData\Roaming\Python\Python37\site-packages\selenium\webdriver\common\service.py", line 83, in start
    os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

2Captcha fails

Hey,

I added my API Key to the captcha_config.py, it seemed to work fine but than it didn't fill out the captcha.
The console says: https://i.imgur.com/ttjAElI.png

Can you help me pls? Sorry I've never used 2captcha before.

Manual Captcha

Please make user choose between manual captcha and with 2captcha service.

Captcha Click Error

Hello, i ran the script and the fist things worked fine. However at the point where it tried to solve the given captcha this error happend. im using WIndows:

Traceback (most recent call last):
  File "D:\downloaded pythonprojects\YandexMail-Account-Creator-master\creator.py", line 222, in <module>
    wait.until(EC.element_to_be_clickable(
  File "D:\Downloads\Python\python 3.9.6\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click
    self._execute(Command.CLICK_ELEMENT)
  File "D:\Downloads\Python\python 3.9.6\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute
    return self._parent.execute(command, params)
  File "D:\Downloads\Python\python 3.9.6\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "D:\Downloads\Python\python 3.9.6\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <div class="captcha__reload" role="button" tabindex="0">...</div> is not clickable at point (838, 803). Other element would receive the click: <table data-id="table" class="sc-dlnjPT cuIYFB">...</table>
  (Session info: chrome=92.0.4515.131)

I have a request

The "mail.com.tr" account generator I want from you.

It's a simple project.

I follow your work. I wish you good work.

Line 172 error

ERROR_NO_SLOT_AVAILABLE
Traceback (most recent call last):
File "C:\Users\User1\Desktop\YandexMail-Account-Creator-master\creator.py", line 172, in
finalResult = str(result['code'])
NameError: name 'result' is not defined

How can I fix , Could you help me ?

crash after proxy

Describe the bug
script runs just fine, have webdriver installed in what i am assuming is the correct location but bugs out after connecting to proxy..
To Reproduce
crawl for proxy, x for auto, null for recovery

Traceback (most recent call last):
File "emails.py", line 148, in
driver = webdriver.Chrome(executable_path='./driver/chromedriver', chrome_options=options)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

hardware/software

  • Ubuntu 64bit
  • Python 3 latest
  • Acer Swift laptop

Additional context
have tried as sudo, logged in as root in terminal, logged in as root from startup , have tried every which way... maybe something simple im getting wrong.

when installing chromedriver i used " dpkg -i chromedriver.deb "
i installed requirements.txt with pip3 install -r
everythings up to date.. im confizzled

Automatic Email verification not working

The automatic email verification is not working.
It will just sit waiting for code confirmation without doing anything.

Also would be more convenient to select the type of verification before the script starts.

security question

is it possible to display security question aswell along with other information

website not loading

It seems like the proxy might not be working properly? When chrome opens, it is unable to load the website.

  • OS: macOS Catalina
  • Python Version 3.8
  • Chrome version 81.0.4044.138)

Error

ERROR:
/driver/chromedriver', chrome_options=options)
NameError: name 'options' is not defined

  • OS: Windows 10
  • Python 3.8.3

error in imap section

Hi guys,
there is issue (probably with adding imap etc)

error:
Traceback (most recent call last): File "creator.py", line 311, in <module> wait.until(EC.element_to_be_clickable( File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\selenium\webdriver\support\wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message:

"IndexError: list index out of range" on line 86

Hi. I was trying to run your application and this happened:

Auto Account Creator Script
Getting Chrome driver...
Traceback (most recent call last):
  File "E:\New Downloads\YandexMail-Account-Creator-master\creator.py", line 86, in <module>
    version = process.communicate()[0].decode('UTF-8').strip().split()[-1]
IndexError: list index out of range

Can you please help out with this error? I don't exactly know how to fix it.

iMAP

Is there an option to enable iMAP?

Working Slowly

I'm always frustrated when i want to create many mail accounts but need to write the whole setup for each new mail again.

I want that there is a option to enable loopmode and this will just ask the first time after running the script for the setup. after that it will automatically create new accounts if one is done and keeping the settings.

Captcha verification

This is amazing script but email verification part is confusing, so basically you need more emails to create new emails , why not just use captcha and process can become automatic using services like 2captcha

BUG-001 - Some crawled proxies dont work or are too slow

Some of the crawled and used proxies either don't work at all or are too slow and timeout the script at different points of progress. The best way for fixing this would be to test the proxy before usage and when not working or too slow crawl the next one. Other option would be to first crawl a list of usable proxies and then use them until they run out and then crawl new ones again.

proxy name not defined

Traceback (most recent call last):
File "auto_email_list.py", line 52, in
for proxy in proxy_config.proxy:
NameError: name 'proxy_config' is not defined

crashing

hi sc is crashing because cant click skip button can u check and fix it thanks

Account access restricted

I generated a bunch of accounts and when I try to log into them, they get this error:
image
Can I somehow get rid of it in an easy way or/and prevent it from happening?

IndexError: list index out of range

When I do option 2 for loading proxies from file, it finds a working proxy and then errors out with the following message.

q32GEyz

and when I instead tried using option 1 for the free proxy scraper, it threw this error..

cmd_c4ZQ8OH1Us

2Captcha

Hi.

OS: Kali Linux

I just wanted to confirm that I'm right in thinking that this script requires you to first add funds to 2captcha in order to work? Or is there a free version that I'm missing.

I ran the code and it appeared to be running fine except it couldn't get through the captcha.. I'm guessing because my account does not have.

I'd be grateful for the clarification. Thanks.

Terminal output:


┌──(kali㉿kali)-[~/YandexMail-Account-Creator]
└─$ python3 creator.py                                                                                            1 ⨯

    __  ___      _ __
   /  |/  /___ _(_) /
  / /|_/ / __ `/ / /
 / /  / / /_/ / / /
/_/  /_/\__,_/_/_/

    ___                               __
   /   | ______________  __  ______  / /_
  / /| |/ ___/ ___/ __ \/ / / / __ \/ __/
 / ___ / /__/ /__/ /_/ / /_/ / / / / /_
/_/  |_\___/\___/\____/\__,_/_/ /_/\__/

   ______                __
  / ____/_______  ____ _/ /_____  _____
 / /   / ___/ _ \/ __ `/ __/ __ \/ ___/
/ /___/ /  /  __/ /_/ / /_/ /_/ / /
\____/_/   \___/\__,_/\__/\____/_/

Auto Account Creator Script
Getting Chrome driver...
Proxy: PROXYADDRESSHERE:PROXYPASSWORD
ERROR_ZERO_BALANCE
No Recapchta possible...
Trying next proxy...
Traceback (most recent call last):
  File "/home/kali/YandexMail-Account-Creator/creator.py", line 283, in <module>
    wait.until(EC.element_to_be_clickable(
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
    value = method(self._driver)
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/support/expected_conditions.py", line 297, in __call__
    element = visibility_of_element_located(self.locator)(driver)
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/support/expected_conditions.py", line 128, in __call__
    return _element_if_visible(_find_element(driver, self.locator))
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
    raise e
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
    return driver.find_element(*by)
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 976, in find_element
    return self.execute(Command.FIND_ELEMENT, {
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id

                                                                                                                      
┌──(kali㉿kali)-[~/YandexMail-Account-Creator]
└─$       

i dont know what is happening but there is something going wrong

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Choose option x
  2. Enter Value x
  3. Go until x step
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Python Version [e.g. 2.7, 3]
  • Version [e.g. 1.0.0]

Additional context
Traceback (most recent call last):
File "S:\Program Files\Python36\lib\site-packages\selenium\webdriver\common\service.py", line 76, in start
stdin=PIPE)
File "S:\Program Files\Python36\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "S:\Program Files\Python36\lib\subprocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "login.py", line 93, in
driver = webdriver.Chrome(executable_path='/driver/chromedriver', chrome_options=options)
File "S:\Program Files\Python36\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "S:\Program Files\Python36\lib\site-packages\selenium\webdriver\common\service.py", line 83, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

Accounts disabled

After the bot makes the account i want to try to open the mailbox but it says that the password is incorrect. I think the accounts get disabled right away. Is there a fix for that problem?

Proxy use

Hello, thank you for your work. Is using the proxy only for account creation and can I use it in apps or will I always need the same proxy? Having to pay monthly?
Thanks again

Click error

Great! We added you account details to the table.
Traceback (most recent call last):
  File "creator.py", line 293, in <module>
    (By.XPATH, '/html/body/div/div/div[2]/div[1]/div/div/div/a[1]/div'))).click()
  File "D:\laragon\bin\python\python-3.6.1\lib\site-packages\selenium\webdriver\support\wait.py", line 80, in until
    raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

Error

Traceback (most recent call last):
File "C:\Users\Win 10\YandexMail-Account-Creator\creator.py", line 120, in
driver = uc.Chrome(options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Win 10\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\v2.py", line 196, in init
self.webdriver = selenium.webdriver.chrome.webdriver.WebDriver(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Win 10\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 76, in init
RemoteWebDriver.init(
File "C:\Users\Win 10\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\Win 10\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Win 10\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\Win 10\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: cannot parse capability: goog:chromeOptions
from invalid argument: unrecognized chrome option: prefs

invalid synthax

hello, when I paste a copy of the project, python says invalid synthax, do you have a solution? thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.