Skip to content

Epic Games Auto-Reg is a Python script that automates the process of creating new accounts on Epic Games.

Notifications You must be signed in to change notification settings

MethaTrader/EpicGamesAutoReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover Image

About Epic Games Auto-Reg

Epic Games Auto-Reg is a Python script that automates the process of creating new accounts on Epic Games. It uses the Selenium WebDriver to interact with the Epic Games registration form and fill it out with randomly generated user data.

Warning Please note that this project is still under development, and as of now, it only fills out the form. It does not handle CAPTCHA challenges or email activation.

Installation and Usage

  1. Clone the repository:
git clone https://github.com/yourusername/EpicGamesAutoReg.git
cd EpicGamesAutoReg
  1. Install the required packages:
pip install -r requirements.txt
  1. Download the appropriate ChromeDriver for your system and place it in the project directory.

  2. Create a file called emails.txt in the project directory and add the email addresses you want to use for registration, one per line.

  3. Run the script:

python main.py

Contributions

The project is actively seeking contributions for the following features:

  • Handling CAPTCHA challenges.
  • Reading and processing activation emails.

If you can help with any of these, please consider becoming a contributor to the project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Epic Games Auto-Reg is a Python script that automates the process of creating new accounts on Epic Games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages