Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 549 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 549 Bytes

Scraper

Install dependencies

Running with chrome

Docker

docker-compose up
Mac

There is a known issue that doesn't let the docker run on an arm based Mac. As such, I recommend to run the .docker/entrypoint.sh without virtualization instead of using the docker.

For example:

CHROME_CLI="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" CHROME_PORT=9222 /bin/bash .docker/chrome_entrypoint.sh

Usage

TODO: setup an example of usage