Code Monkey home page Code Monkey logo

reddit-account-generator's Introduction

Reddit Account Generator (Fixed)

WHAT IS IT?

This is a semi-automatic Reddit account generator. I'm saying "semi-automatic" because it still requires a Google Captcha to be completed at the end of the creation process.

HOW DOES IT WORK?

This script was made for quickly creating Reddit throwaways. See my other project -- the Reddit Account Deleter, which is made to completly erase Reddit accounts (including comments and all). It generates an username derived from a Wikipedia:Random article, and then appending some random digits to it as to have it be unique. Then, it completes the Reddit sign-up process, leaving you only to complete the Captcha at the end.

REQUIREMENTS

After cloning the repo, inside this directory run the following to install the necessary dependencies:

pip install -r requirements.txt

Additionally, a file named "namesforreddit.txt" should be in the same folder as the .py executable, where your accounts will be saved.

HOW TO USE

After installing dependencies, run namesforreddit.py and you'll be greeted by a PySimpleGUI GUI.

UPDATES

23.7.2021 - Reviewed the almost year-old code and made some small changes. Now, it should be more stable, as it doesn't use XPaths anymore. Also, because I've added Webdriver-Manager there should be less (or none?) inconstencies between the driver versions, as it automatically updates the version of the webdriver with every launch.

03.4.2022 - Updated all deprecated code, in addition to fixing the crash due to a button change on reddit. Deleted Useless files.

12.9.2022 - Added GUI, also changed the way the Chromedriver opens (now starts minimised and comes back to foreground when CAPTCHA is to be completed)

reddit-account-generator's People

Contributors

asebastian27 avatar carlbogos avatar cb-rnag 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

Watchers

 avatar  avatar  avatar

reddit-account-generator's Issues

syntax error line 7

running in linux
$ python3 namesforreddit.py
file "namesforreddit.py", line 7
<!doctype html>
syntaxerror: invalid syntax

error collecting pyobjc-framework-cocoa

after $ sudo pip install -r requirements.txt:

  Downloading pyobjc-framework-Cocoa-9.1.1.tar.gz (6.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 6.6 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-60rcj3vw/pyobjc-framework-cocoa_af87fd24f58143c9adef8384a131b92a/setup.py", line 16, in <module>
          setup(
        File "/tmp/pip-install-60rcj3vw/pyobjc-framework-cocoa_af87fd24f58143c9adef8384a131b92a/pyobjc_setup.py", line 541, in setup
          os_level = get_os_level()
                     ^^^^^^^^^^^^^^
        File "/tmp/pip-install-60rcj3vw/pyobjc-framework-cocoa_af87fd24f58143c9adef8384a131b92a/pyobjc_setup.py", line 230, in get_os_level
          subprocess.check_output(["/usr/bin/sw_vers", "-productVersion"])
        File "/usr/lib64/python3.11/subprocess.py", line 466, in check_output
          return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/usr/lib64/python3.11/subprocess.py", line 548, in run
          with Popen(*popenargs, **kwargs) as process:
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/usr/lib64/python3.11/subprocess.py", line 1024, in __init__
          self._execute_child(args, executable, preexec_fn, close_fds,
        File "/usr/lib64/python3.11/subprocess.py", line 1917, in _execute_child
          raise child_exception_type(errno_num, err_msg, err_filename)
      FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/sw_vers'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

It seems like pyeasygui is the one causing trouble because isntalling the other packages individually has no issues, but sudo pip install pyeasygui yields an identical error

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.