Automatic reddit account generator on selenium.
Project description
Automatic Reddit Account Maker
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
- Clone this repository to your local machine:
git clone https://github.com/cubicbyte/reddit-account-generator.git
cd reddit-account-generator
- 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
- Run the script:
python create_accounts.py
- Enter the number of accounts you want to create
- 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
- Python 3.7+
- selenium
- selenium-recaptcha-solver
- random-username
- webdriverdownloader
- stem
- coloredlogs *optional
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reddit-account-generator-1.3.1.tar.gz
.
File metadata
- Download URL: reddit-account-generator-1.3.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1822e672f4adf116416a4abdf7e7df3e7f4c7364cfe6529824284200761c3317 |
|
MD5 | beeb108c696b929f357543b183d313be |
|
BLAKE2b-256 | 989ebbef86c562ab4217f3002beb41a49a6f46dceae412525a3c6425aa217704 |
File details
Details for the file reddit_account_generator-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: reddit_account_generator-1.3.1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 086d79ad01791407b7b886c108d1bba66ec35395c5135552dd536ff6fe552335 |
|
MD5 | c110c16c624653ddb855cb53bf295bd0 |
|
BLAKE2b-256 | a9e70dfd287ebf033241c529e358f6e9088b7cbeab8dae0e96ebdd3ed3839aac |