Git Product home page Git Product logo

twitch-account-creator's Introduction

Twitch Account Toolbox


A script utilizing selenium to create a mass amount of twitch accounts without the need for the user to complete capcha's

Installation

  1. Download the repositiory as a zip folder.
  2. Unzip the folder
  3. Install the requirements in the requirements.py file

Usage

  1. Run the main.py file.
  2. Enjoy.

twitch-account-creator's People

Contributors

forosophobia avatar helios-fr 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

Watchers

 avatar  avatar  avatar  avatar

twitch-account-creator's Issues

A suggestion

I think some great features for this tool would be:

-support for using proxies
-use fake-useragent
-request the oauth for each account created (would require the user to click "accept" when doing so)

This would allow the program to create a larger amount of accounts in one sitting and honestly I am assuming most people using this tool want the oauth for the account so it would make it where they don't have to manually do it on another website or with another tool. I have some python scripts that already use the proxy and fake-useragent so I will see how hard it is to add those myself. I also found a twitch API github page that has the code for requesting oauth.

'geckodriver' executable needs to be in PATH

Getting error:

Traceback (most recent call last):
  File "C:\Users\domin\Twitch-Account-Creator\venv\lib\site-packages\selenium\webdriver\common\service.py", line 71, in start
    self.process = subprocess.Popen(cmd, env=self.env,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1311, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
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 "main.py", line 162, in <module>
    start()
  File "main.py", line 45, in start
    driver = webdriver.Firefox(options=firefox_profile)
  File "C:\Users\domin\Twitch-Account-Creator\venv\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 175, in __init__
    self.service.start()
  File "C:\Users\domin\Twitch-Account-Creator\venv\lib\site-packages\selenium\webdriver\common\service.py", line 81, in start
    raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.

Does not work

Does not work, hangs at the stage of opening the window "sign up" after that hangs and that's it. Apparently there are problems with API requests twitch or similar.

Unable to locate element

Traceback (most recent call last): File "D:\projects\Twitch-Account-Toolbox\Modules\TAC.py", line 65, in <module> select = Select(driver.find_element(By.XPATH, '/html/body/div[3]/div/div/div/div/div/div[1]/div/div/div[3]/form/div/div[3]/div/div[2]/div[1]/select')) File "C:\Users\Sandro\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 1251, in find_element return self.execute(Command.FIND_ELEMENT, { File "C:\Users\Sandro\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute self.error_handler.check_response(response) File "C:\Users\Sandro\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: /html/body/div[3]/div/div/div/div/div/div[1]/div/div/div[3]/form/div/div[3]/div/div[2]/div[1]/select Stacktrace: WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:188:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:400:5 element.find/</<@chrome://remote/content/marionette/element.js:292:16

when running the project I encounter this.

Update clicking on Sign up and README

Great tool but in the final release I don't think getting the coordination of the sign-up bottom and clicking on it works. And the README file is out of date now. Also, check_name() is duplicated.

.

.

Login Button Xpath not found

driver.find_element(By.XPATH, '/html/body/div[1]/div/div[2]/nav/div/div[3]/div[3]/div/div[1]/div[1]/button').click()
this event sometime won't work

DeprecationWarning: executable_path has been deprecated, please pass in a Service object

  driver = webdriver.Firefox(executable_path='./dep/geckodriver.exe')
Traceback (most recent call last):
  File "C:\Users\tomas\Downloads\Twitch-Account-Toolbox-main\Modules\TAC.py", line 38, in <module>
    driver = webdriver.Firefox(executable_path='./dep/geckodriver.exe')
  File "C:\Users\tomas\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 180, in __init__
    RemoteWebDriver.__init__(
  File "C:\Users\tomas\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 275, in __init__
    self.start_session(capabilities, browser_profile)
  File "C:\Users\tomas\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 365, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
  File "C:\Users\tomas\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute
    self.error_handler.check_response(response)
  File "C:\Users\tomas\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line```

Firefox Deprecated Options

Hi @Nyxqxx I recently found in the connections that it have a deprecated options.. " Issue #22 "
i fix it in the attached file.. 👍🏻
Hope this can help all people on this project 👍🏻 Works very well

Just replace extension .txt to .py

main.txt

twitch account

After installing the requirements, main does not start.

"Your browser is not currently supported"

(I Disabled the clicking at the End of the script that doesn't works (=commented lines 127 to 133))

And when I press "Sign Up" after the date of birth, it says :

"Your browser is not currently supported." (And If i use my installed browser normally (Firefox 114) and manually create an account everything works fine ...

i can't

when i type "python main.py" on cmd, it says;

Microsoft Windows [Version 10.0.19045.2604]
(c) Microsoft Corporation. Tüm hakları saklıdır.

C:\Users\Umut>cd C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main

C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main>python main.py
C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main\main.py:26: DeprecationWarning: firefox_profile has been deprecated, please use an Options object
profile = webdriver.FirefoxProfile()
[WDM] - Downloading: 16.9kB [00:00, ?B/s]
C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main\main.py:28: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Firefox(firefox_profile=profile, executable_path=GeckoDriverManager().install())
C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main\main.py:28: DeprecationWarning: firefox_profile has been deprecated, please pass in an Options object
driver = webdriver.Firefox(firefox_profile=profile, executable_path=GeckoDriverManager().install())
Traceback (most recent call last):
File "C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main\main.py", line 140, in
start()
File "C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main\main.py", line 28, in start
driver = webdriver.Firefox(firefox_profile=profile, executable_path=GeckoDriverManager().install())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Umut\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 180, in init
RemoteWebDriver.init(
File "C:\Users\Umut\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 275, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\Umut\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 365, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Umut\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute
self.error_handler.check_response(response)
File "C:\Users\Umut\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line

C:\Users\Umut\Downloads\Compressed\Twitch-Account-Toolbox-main\Twitch-Account-Toolbox-main>

"invalid webbrowser" error after entering dob

if you could add me on discord that would be great "bDES7X6-gSF6EgTmm6_25WvfX!?q_wGm#7685"

my question was: i recently made my own similar thing as this and whenever it gets to the enter birthday page and enters all the information and then clicks continue the website gives a error such as "invalid webbrowser" ive tried chrome driver and geckodriver

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.