JasperMC / docker-MarktplaatsScraper

Docker container for MarktplaatsScraper: A tool that scrapes Marktplaats, an online marketplace.
0 stars 1 forks source link

docker-MarktplaatsScraper

A Docker container image for https://github.com/JasperMC/MarktplaatsScraper

Usage

  1. git clone this repository to your docker host.
  2. Edit the docker-compose.yaml file and setup the following:
    • Your volume for configuration (this is where the program and Queries folder will reside)
    • Your API settings for Pushover
    • Your scanning interval in seconds (preferably 300 or higher)
    • (Optional) an alternative webdriver path
  3. While in the repository folder, type "docker-compose up"
  4. Your docker container should now be up and running.