Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 302 Bytes

Analyze

A couple of examples how to parse sites use chromium-chromedriver

Before we need install driver:

sudo apt -y install chromium-chromedriver

Build and start docker container

docker buildx build . -t analyze
docker run -v /dev/shm:/dev/shm -itd --rm analyze