Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.34 KB

File metadata and controls

27 lines (18 loc) · 1.34 KB

Discord Registration Automation

Description

This Python script automates the registration process on Discord by filling out the registration form with the provided email, username, and password. It also supports custom date of birth input or uses a configured date of birth. Please note that automating the registration process may violate Discord's Terms of Service and is intended for educational purposes only.

Installation

Make sure to install latest chromedriver

git clone https://github.com/oxy-Op/discord-automate-account-creation.git
cd discord-automate-account-creation
pip install -r requirements.txt
python main.py

Usage

  • The script will open a Chrome browser window and automate the registration process with the provided or configured information.
  • Once the registration is complete, the script will print a message indicating that the session will be closed in one hour. You can modify this behavior as needed.
  • After the specified time, the session will be automatically closed.

Disclaimer

Disclaimer This script is provided for educational purposes only. Using automation scripts to interact with websites or services may violate their Terms of Service. Be aware of the terms and conditions of the websites you interact with and use this script responsibly.