From ad5e86ccca874fb4c6990de5ad131264772ed0c4 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Thu, 6 Nov 2025 20:59:39 +0200 Subject: [PATCH] =?UTF-8?q?Adaug=C4=83=20sec=C8=9Biune=20instalare=20pe=20?= =?UTF-8?q?VM=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Instrucțiuni clonare din Gitea - Setup automat cu deployment scripts - Config .env - Rulare scraper 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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)