mirror of
https://github.com/batumilove/domenebi-ge.git
synced 2026-05-01 14:26:48 +00:00
No description
| .gitignore | ||
| dns_settings.py | ||
| README.md | ||
| register.py | ||
| requirements.txt | ||
| SKILL.md | ||
domenebi-ge automation
Automates:
- account signup/login on domenebi.ge
- domain search -> add-to-cart -> checkout probe
- DNS record management for existing accounts (
dns_settings.py)
Quick start
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/playwright install chromium
Signup + domain flow
.venv/bin/python register.py \
--email "user@example.com" \
--company "ENJOY BATUMI LTD" \
--business-id "445527948" \
--phone "575750420" \
--first-name "Stanislav" \
--last-name "Wolf" \
--domain "example-ge" \
--artifact-dir /home/exedev/clawd/artifacts/domenebi
DNS flow
.venv/bin/python dns_settings.py \
--email "user@example.com" \
--password "your-password" \
--domain "example.ge" \
--record "A:@:1.2.3.4:3600" \
--artifact-dir /home/exedev/clawd/artifacts/domenebi
Notes
- Browser Relay (
browsertool profile=chrome) requires attached tab via OpenClaw extension. - In this environment, browser control service was unavailable or had no attached tab during audit; Playwright audit artifacts were collected via local runs.