feat: initialize HTML scraper API with Flask and SeleniumBase
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user