A Python script that automates Discord account creation using Selenium WebDriver.
- Python 3.x
- Chrome browser
- ChromeDriver
- Selenium WebDriver
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Download Chrome (special ver) and ChromeDriver:
- Chrome: Download Link
- ChromeDriver: Download Link (Ensure it matches your Chrome version)
- Set
proxy
variable inaccount_generator.py
if using a proxy - Adjust
speedMultiplier
to control interaction speed
python account_generator.py
- Generates random username, email, and password
- Automatic form filling
- Token retrieval
This script is for educational purposes. Automated account creation may violate Discord's Terms of Service.