About A Lidl scrapper which sends an notification via email if a product is available again
246
The Lidl Scrapper checks in a configurable interval if the product with the given URL is available, if it is available, it sends an email to a configurable mail address.
| Variable | Example value | Description |
|---|---|---|
| SCRAPPER_URL | https://www.lidl.de/p/p100332026 | The URL of the Lidl product to check |
| SCRAPPER_PRODUCT_NAME | Backautomat | Optionally a name for the product which is used on console and in the mail |
| SCRAPPER_SMTP_USER | [email protected] | The mail login, normally the sender mail address |
| SCRAPPER_SMTP_PASSWORD | password | The password for the sender mail account |
| SCRAPPER_SMTP_MAIL | [email protected] | The sender mail address |
| SCRAPPER_MAIL_TO | [email protected] | The receiver mail address if a product is available |
| SCRAPPER_CRON | 0 * * * * | The cron pattern, a good ressource is https://crontab.guru |
Content type
Image
Digest
sha256:0e70358b5…
Size
385.7 MB
Last updated
over 3 years ago
docker pull developsessions/lidl_scrapper