Metadata-Version: 2.1
Name: ogs-account-generator
Version: 1.0.3
Summary: Automated account generator for Online-Go.com
Home-page: https://github.com/changcheng967/Online-Go.com-Account-Generator
Author: changcheng967
Author-email: changcheng6541@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: selenium

# Online-Go.com Account Generator

This Python script automates the creation of accounts on Online-Go.com and joins the Doulet Media group using Selenium WebDriver.

## Installation

1. **Python Setup**: Ensure Python 3.x is installed on your system.

2. **WebDriver**: Download the WebDriver for Chrome from [ChromeDriver](https://googlechromelabs.github.io/chrome-for-testing/).

3. **Dependencies**: Install required Python packages:
```
pip install selenium
```

## Usage

1. **Clone Repository**: Clone this repository to your local machine.

2. **Configuration**:
- Update `generator.py` with your WebDriver path and account details.

3. **Run Script**: Execute the script:
```
python generator.py
```

The script will automatically register accounts starting from where it left off or from the beginning if no previous state is found.

## Notes

- 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.

## License

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

