Adaugă secțiune instalare pe VM Windows

- 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 <noreply@anthropic.com>
This commit is contained in:
2025-11-06 20:59:39 +02:00
parent 9956e9c11e
commit ad5e86ccca

View File

@@ -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)