Make HEADLESS_MODE toggled via CLI parameter #32
Labels
Good First Issue
Good for newcomers
L1
A task suitable for someone who is comfortable helping with basic issues.
Currently,
HEADLESS_MODE
for the chromedp scrapers is set via the.env
file. However, this is a bit annoying to have to edit in order to toggle between headless and non-headless mode, so this should be changed to a command-line flag like-headless
which can be parsed by themain
file.Make sure the
.env.template
file is updated accordingly.The text was updated successfully, but these errors were encountered: