Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mystrosto/github-account-creator-bot

GitHub Account Creator is a Python tool that enables automatic account creation on GitHub. Automatically generating your credentials, the script quickly creates a new account.
https://github.com/mystrosto/github-account-creator-bot

api-integration authentication automation bot github github-api github-automation github-bot github-integration open-source python security selenium web-driver-chrome web-scraper

Last synced: 13 days ago
JSON representation

GitHub Account Creator is a Python tool that enables automatic account creation on GitHub. Automatically generating your credentials, the script quickly creates a new account.

Awesome Lists containing this project

README

        

# GitHub Account Creator

This project is a simple tool to automatically create a new account on GitHub.

## Getting started

These instructions explain how to run the project on your local machine.

#### Requirements

You will need the following Python libraries to run this project:

```
pip install selenium
pip install requests
pip install fernet
pip install cryptography
```

You will also need to download WebDriver for the Google Chrome browser and add it to your PATH environment variable.

### Installation

1. Download this repository as zip to your local machine.
2. Install the required Modules with install.bat.

3. Run the Python script:

```
python main.py
```

## Usage

The project allows you to create a new account on GitHub. When you run the script, you will be prompted to enter your username, email address and password. A new account is then automatically created.

## Contributing

If you would like to contribute, please use the contact channels on GitHub to submit suggestions or open a pull request.

## Licence

This project is licensed under the MIT Licence. See [LICENSE](LICENSE) for more information.