defryarhinsa/add-mass-account-antigravity-to-9router — explained in plain English
Analysis updated 2026-05-18
Bulk-add a list of Google accounts to 9Router's Antigravity provider without clicking through each one manually.
Resume an interrupted run automatically, since successfully added accounts are removed from the input file.
Automate repetitive Google login flows for a local tool that otherwise requires manual account entry.
| defryarhinsa/add-mass-account-antigravity-to-9router | kunchenguid/lavish-axi | fastify/fastify-schedule | |
|---|---|---|---|
| Stars | 118 | 118 | 119 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2026-07-01 |
| Maintenance | — | — | Active |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires disabling 9Router's Require Login setting and manually creating a local akun.txt file with account credentials.
This project is a browser automation bot built to add a large batch of Google accounts to a tool called 9Router, specifically to its Antigravity provider section. Instead of a person clicking through the add-account flow one account at a time, the bot does it for you, one account after another, until the whole list is done. The bot reads a plain text file named akun.txt that you create yourself, with one account per line in the format email and password separated by a vertical bar. For each account, it opens a browser window, clicks through the Antigravity provider's add flow, fills in the Google login form, and confirms the login prompts that Google shows. Once an account is added successfully, it is automatically removed from akun.txt, so if the bot is stopped partway through, you can just run it again and it will pick up with the accounts still remaining in the file. A short delay is added between accounts to avoid triggering rate limits. Before running the bot, two setup steps are required inside 9Router itself: disabling the Require Login option in its settings, and checking that the target URL inside the bot's code points to where 9Router is actually running, which defaults to a local address on port 20128. The bot needs Node.js and Google Chrome installed, and it relies on the puppeteer package, which downloads its own Chromium browser during installation. It runs with a visible browser window rather than in headless mode, because Google blocks headless login attempts. The author notes the credentials file is never uploaded to GitHub for safety and must be created manually after cloning the repository, and describes the project as built for personal use, to be used at the user's own discretion and in line with applicable terms of service.
A Puppeteer bot that logs into a list of Google accounts one by one and adds each to 9Router's Antigravity provider automatically.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Puppeteer.
No license is stated in the README, so reuse and redistribution terms are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.