feat: switch to Playwright stealth browser for robust X.com extraction

This commit is contained in:
Nubenetes Bot
2026-05-10 22:04:48 +02:00
parent cfc3064f39
commit 4573300180
2 changed files with 67 additions and 67 deletions

View File

@@ -24,7 +24,8 @@ jobs:
- name: Instalación de dependencias (LIGERO Y ROBUSTO)
run: |
python -m pip install --upgrade pip
pip install --no-cache-dir pydantic PyGithub aiohttp beautifulsoup4 httpx fake-useragent pytz python-dotenv twikit>=2.1.2
pip install --no-cache-dir pydantic PyGithub aiohttp beautifulsoup4 httpx fake-useragent pytz python-dotenv twikit>=2.1.2 playwright playwright-stealth
playwright install chromium --with-deps
- name: Ejecución de la Canalización Agéntica Integral
env: