diff --git a/README.md b/README.md index e7baf07..ae535e5 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,26 @@ Windows Service: - Cont BTGO activ cu 2FA - Windows (Docker nu este suportat) +## Instalare pe VM Windows + +```powershell +# Clonare proiect +git clone https://gitea.romfast.ro/romfast/btgo-playwright.git +cd btgo-playwright + +# Setup automat (instaleaza Python venv + dependente + Playwright browsers) +deployment\windows\scripts\setup_dev.ps1 + +# Configurare credentiale in .env +# Editează .env și adaugă: +# BTGO_USERNAME=your_username +# BTGO_PASSWORD=your_password +# HEADLESS=false + +# Rulare scraper +deployment\windows\scripts\run_scraper.ps1 +``` + ## Setup și Rulare ### Setup Automat (RECOMANDAT)