IAAI scraper: Playwright + SQLAlchemy, парсинг авто с аукциона, Docker-ready

This commit is contained in:
qananasikq
2026-04-07 23:45:50 +03:00
commit eddcec8141
37 changed files with 2524 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .factory import BrowserFactory
from .network import NetworkCapture
from .pace import HumanPacer
__all__ = ["BrowserFactory", "NetworkCapture", "HumanPacer"]