MyDealz Monitor fetches all deals on mydealz.de. It filters new deals and sends notifications via webhook.
-
Clone the repository:
git clone https://github.com/codetoby/mydealz.git
-
Navigate to the project directory:
cd mydealz
-
Create a .env file and add the necessary environment variables:
cp .env.example .env
-
Build and run the Docker containers:
docker-compose up