This Python script automates the creation of accounts on Online-Go.com and joins group using Selenium WebDriver.
-
Python Setup: Ensure Python 3.x is installed on your system.
-
WebDriver: Download the WebDriver for Chrome from ChromeDriver.
-
Dependencies: Install required Python packages:
pip install selenium
-
Clone Repository: Clone this repository to your local machine.
-
Configuration: Update ra.py with your WebDriver path and account details.
-
Run Script: Execute the script:
python ra.py
The script will automatically register accounts starting from where it left off or from the beginning if no previous state is found.
PyPI: ogs-account-generator [https://pypi.org/project/ogs-account-generator/]
pip install ogs-account-generator
Ensure your system is connected to the internet during execution. Make sure to comply with Online-Go.com's terms of service and usage policies.
This project is licensed under the MIT License - see the LICENSE file for details.