Has anyone been able to run request-html (pyppeteer and chromium) in docker? python 3.11
On my main Windows 10 computer I originally made a python flask app to scrape a website for shows to watch and the page required rendering for the javascript im assuming. So, I went with request-html in python which uses pyppeteer.
Now I’m trying to get it over on docker and I either get errors unable to find Chromium or just hanging after the Chromium download when it runs in python for the first time.
The python version of puppeteer must be different because it usually ignores the ENV variables I put like PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
and PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser