|
8 | 8 | [](https://github.com/code-root/gmail-account-creator/releases) |
9 | 9 | [](https://github.com/code-root/gmail-account-creator/pkgs/npm/gmail-account-creator) |
10 | 10 |
|
| 11 | +## Table of contents |
| 12 | + |
| 13 | +**Jump to:** [Arabic README (`README_AR.md`)](README_AR.md#فهرس-المحتويات) · [Repository on GitHub](https://github.com/code-root/gmail-account-creator) |
| 14 | + |
| 15 | +| Section | | |
| 16 | +|--------|---| |
| 17 | +| [About](#about) | [Repository metadata (GitHub)](#repository-metadata-github) | |
| 18 | +| [Features](#features) | [Tech stack](#tech-stack) | |
| 19 | +| [How it works (high level)](#how-it-works-high-level) | [Architecture diagrams](#architecture-diagrams) | |
| 20 | +| [Module map](#module-map) | [Function reference](#function-reference) | |
| 21 | +| [Prerequisites](#prerequisites) | [Installation](#installation) | |
| 22 | +| [Configuration highlights](#configuration-highlights) | [Usage](#usage) | |
| 23 | +| [Project layout](#project-layout) | [Releases & GitHub Packages](#releases--github-packages) | |
| 24 | +| [Suggested GitHub Actions workflows](#suggested-github-actions-workflows-this-stack) | [Maintainer, company & contact](#maintainer-company--contact) | |
| 25 | +| [Support this project](#support-this-project) | [Legal & ethics](#legal--ethics) | |
| 26 | +| [Links](#links) | | |
| 27 | + |
| 28 | +**Architecture diagrams** |
| 29 | + |
| 30 | +- [System context](#system-context) |
| 31 | +- [One account — sequence (happy path)](#one-account--sequence-happy-path) |
| 32 | +- [Gmail signup sub-flow (logical)](#gmail-signup-sub-flow-logical) |
| 33 | +- [Concurrency model](#concurrency-model) |
| 34 | + |
| 35 | +**Releases & Packages (subsections)** |
| 36 | + |
| 37 | +- [Option A — Automated release (recommended)](#option-a--automated-release-recommended) |
| 38 | +- [Option B — “Create a new release” in the GitHub UI](#option-b--create-a-new-release-in-the-github-ui) |
| 39 | +- [Install from GitHub Packages](#install-from-github-packages) |
| 40 | +- [Publish workflow](#publish-workflow) |
| 41 | + |
| 42 | +**Support** |
| 43 | + |
| 44 | +- [Deposit QR codes (Binance / BSC)](#deposit-qr-codes-scan-in-binance-or-any-bsc-wallet) |
| 45 | + |
| 46 | +--- |
| 47 | + |
11 | 48 | ## About |
12 | 49 |
|
13 | 50 | **Gmail Account Creator** is a Node.js automation toolkit that runs **Google / Gmail signup** inside a real **antidetect browser profile** ([GPM Login](https://gpmlogin.com/) or [Dolphin Anty](https://dolphin-anty.com/)), connects with **Puppeteer**, solves **reCAPTCHA** via the **OMO Captcha** extension, and completes **phone verification** through pluggable **SMS** APIs (SMS Verification, 5SIM Legacy). It supports **proxies**, **human-like input**, and **parallel account jobs** with summarized output to JSON and logs. |
|
0 commit comments