added:
- poetry
- devcontainer
- selenium grid
configure .env file:
cp .env.sample .envstart selenium grid:
doc
docker run --rm -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:lateststart the scraper:
makesee the browser working: http://localhost:7900/?autoconnect=1&resize=scale&password=secret see the grid console: http://localhost:4444/ui/#
This project is based/forked from scrape-master