Skip to main content

Automatic Reddit Account Maker

Reddit Logo

A python script on selenium to automatically create Reddit accounts.

Table of Contents

Introducing

Features

  • Automatic captcha bypass: The script automatically solves captchas during the account creation process.
  • Automatic email verification: The script automatically verifies the email address used for the account.
  • Proxy Support: Since reddit allows you to create 1 account per IP every 10 minutes, this is very important.
  • Resilience: The script is able to handle most errors that may occur during the account creation process.

Quick info

Firefox should be installed on your system for the script to work.

It is recommended to use proxies, because you can only create 1 account per IP in 10 minutes. See file proxies.txt or run python run_tor.py

To access the auto-generated email, visit https://1secmail.com

If you are not using your email, you should not show anyone the email address generated by the program. Having the address of this email, anyone can access it.

TODO:

  • Add automatic browser driver download
  • Add Tor support for easier proxy management
  • Make this a python package
  • Automatic email verification
  • Handle error when sub is not available

Getting started

Note Python 3.7+ is required

Script installation

  1. Clone this repository to your local machine:
git clone https://github.com/cubicbyte/reddit-account-generator.git
cd reddit-account-generator
  1. Install the required dependencies:
pip install -r requirements-cli.txt

Script usage

Note Firefox should be installed on your system for the script to work

Note You need to use Tor (not browser) or proxy, because you can only create 1 account per IP in 10 minutes

Using Tor (recommended for beginners)

Run this command and follow the instructions:

python run_tor.py

Using proxies

Add your proxies to the proxies.txt file

Configuring

Configuring is not needed. But if you want, you can change the settings in the config.py file.

Starting

  1. Run the script:
python create_accounts.py
  1. Enter the number of accounts you want to create
  2. Sit back and relax while the script generates Reddit accounts for you :)

Package installation

There are two ways to install the library:

  • Installation using pip (a Python package manager):
pip install reddit-account-generator
  • Installation from source (requires git):
git clone https://github.com/cubicbyte/reddit-account-generator.git
cd reddit-account-generator
python setup.py install

or:

pip install git+https://github.com/eternnoir/pyTelegramBotAPI.git

It is generally recommended to use the first option.

Update package:

pip install reddit-account-generator --upgrade

Package Usage Example

from reddit_account_generator import create_account, protect_account, install_driver

# Install browser driver
install_driver()

email = 'your-email@gmail.com'
username = 'PolishCardinal69'
password = '31vV3X1zy8YP'

# Create account
create_account(email, username, password)

# Protect account from being suspended of being a bot
protect_account(username, password)

# Done!

Using proxy:

from reddit_account_generator import create_account, protect_account, install_driver
from reddit_account_generator.proxies import TorProxy

email = 'your-email@gmail.com'
# Username and password will be generated automatically

proxy = TorProxy(TOR_IP, TOR_PORT, TOR_PASSWORD, TOR_CONTROL_PORT, TOR_DELAY)

uname, pwd = create_account(email, proxy=proxy.get_next())
protect_account(username=uname, password=pwd)  # Proxy not required

Requirements

Contributing

Contributions to this project are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.


Disclaimer: Please use this script responsibly and abide by Reddit's terms of service. Automated account creation might be against Reddit's policies, and using this script could potentially lead to consequences. The creators and maintainers of this project are not responsible for any misuse or damages caused by its usage.

Release files for reddit-account-generator 1.3.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for reddit-account-generator 1.3.1
File Size Uploaded
reddit-account-generator-1.3.1.tar.gz 11.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for reddit-account-generator 1.3.1
File Interpreter ABI Platform
reddit_account_generator-1.3.1-py3-none-any.whl Python 3 none any Details

Total release size: 23.6 kB

Release files / reddit-account-generator-1.3.1.tar.gz

Download URL reddit-account-generator-1.3.1.tar.gz
Size 11.8 kB
Tags Source
SHA-256 checksum
How to use checksums
1822e672f4adf116416a4abdf7e7df3e7f4c7364cfe6529824284200761c3317
BLAKE2b-256 checksum
How to use checksums
989ebbef86c562ab4217f3002beb41a49a6f46dceae412525a3c6425aa217704
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / reddit_account_generator-1.3.1-py3-none-any.whl

Download URL reddit_account_generator-1.3.1-py3-none-any.whl
Size 11.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
086d79ad01791407b7b886c108d1bba66ec35395c5135552dd536ff6fe552335
BLAKE2b-256 checksum
How to use checksums
a9e70dfd287ebf033241c529e358f6e9088b7cbeab8dae0e96ebdd3ed3839aac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release history Release notifications | RSS feed

This release

1.3.1 This release

2 release files

1.2.0

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page