feat: initialize HTML scraper API with Flask and SeleniumBase

This commit is contained in:
2026-02-13 16:03:35 +01:00
commit 9659382d62
16 changed files with 1707 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
FLASK_ENV=development
FLASK_DEBUG=1
# Selenium
HEADLESS_BROWSER=True
DEFAULT_WAIT_TIMEOUT=15
PAGE_LOAD_WAIT=3
# Server
PORT=4001
SECRET_KEY=change-me-in-production