Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WilliamHYZhang/Reddit-Bot-Account-Maker
Python code that creates Reddit accounts, complete with email verification.
https://github.com/WilliamHYZhang/Reddit-Bot-Account-Maker
python3 reddit reddit-bot selenium selenium-webdriver
Last synced: 3 months ago
JSON representation
Python code that creates Reddit accounts, complete with email verification.
- Host: GitHub
- URL: https://github.com/WilliamHYZhang/Reddit-Bot-Account-Maker
- Owner: WilliamHYZhang
- Created: 2018-11-01T01:04:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T20:55:25.000Z (over 1 year ago)
- Last Synced: 2024-08-03T16:15:42.825Z (6 months ago)
- Topics: python3, reddit, reddit-bot, selenium, selenium-webdriver
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 49
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit-Bot-Account-Maker
Reddit Bot Account Maker Documentation
This was a project I made long, long ago. You are free to use it as you please - contributions welcome.
NOTE:
*This is a basic bot. Expect it to do basic things. Please don't abuse it*This bot creates a random username and password, verifies the email, and views the inbox
REQUIREMENTS:
Linux (Ubuntu)
Python3 (Ubuntu has Python3 preinstalled)
Firefox (Ubuntu has Firefox preinstalled)
2captcha API key (must manually input in code)
Various Libraries (These need to be manually installed)
1. requirements.txt: pip3 install -r requirements.txt
2. *Debian-based (ubuntu/mint/kali..): sudo apt install tor
*Arch-based(manjaro/garuda): sudo pacman -S torUSAGE:
CMD: python code.py
TROUBLESHOOTING:
Error: Service error
Note: This has to do with the current state of the API that solves captcha. It might be down or very slow.Error: Unknown error
Note: This can be a variety of things. After all, the web is a changing place and this code doesn't change to account for it.
Most Likely: Could not find captcha. Manually enter user/pass and try again later.
Other Possibility: The code for either old.reddit.com, reddit.com, or getnada.com has changed.
Other Possibility: Actual unknown error.ADDITIONAL NOTES:
There are set delays in the code that make it sleep. You can change it to be faster/slower, depends on your requirements.
Don't run this in a VM. It won't work as tor won't actually get you a new IP. You must run this on a native Linux computer.Please contact me through email ([email protected]) if you'd like to commission me for a project.