Docker-Compose setup for use with blinkist-scraper.
This will run a Linux desktop inside a docker container with an VNC web-interface.
Using this method saves a bit of headache running selenium and chrome inside a docker container.
- Linux + Docker
or - Windows + WSL2 + Docker Desktop for Windows
git clone https://github.com/johndoe-dev00/blinkist-scraper-docker.git
to your desired locationdocker-compose build
will load the desktop container and install the requirements for blinkist-scraper./clone.sh
will clone the blinkist-scraper repo to "./code"docker-compose up -d
will start the Docker container.- Open your browser and go to
http://localhost:8089
in order to open the VNC web-interface - In the web-interface open the terminal and run
cd /code
- You can now run
python blinkistscraper --help
from here - Output from the scraper will later be saved to the subfolders "./books" and "./dump" on the docker host