https://github.com/deren2004/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/deren2004/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: 9 months 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.
- Host: GitHub
- URL: https://github.com/deren2004/github-account-creator-bot
- Owner: deren2004
- Created: 2025-04-14T19:21:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:36:11.000Z (9 months ago)
- Last Synced: 2025-04-15T04:15:38.107Z (9 months ago)
- Topics: api-integration, authentication, automation, bot, github, github-api, github-automation, github-bot, github-integration, open-source, python, security, selenium, web-driver-chrome, web-scraper
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.