This commit is contained in:
2026-06-15 19:42:03 +03:30
commit abff09dc0c
17 changed files with 1800 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Copy to .env and fill in
TARGET_URL=https://example.com
# Admin panel credentials
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme
ADMIN_HOST=127.0.0.1
ADMIN_PORT=8000
# SQLite DB path
DB_PATH=data/tracker.db
# Chrome: set to false to watch the browser window
HEADLESS=true
# CHROME_BINARY=/usr/bin/chromium # optional: explicit Chrome path
# Scenario 1 — comma-separated phone numbers
PHONE_NUMBERS=+989100000001,+989100000002,+989100000003
# Flow steps — comma-separated list matching keys in STEP_REGISTRY
FLOW_STEPS=step_home,step_browse