blob: 3a1b357bcaeae15d946f561863e839f85e72ffb7 (
plain)
1
2
3
4
5
6
7
|
urls = ["https://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1"]
mailFrom = "leboncoin-listener@mail.com"
mailTo = ["jean.dupont@mail.fr", "anne.smith@mail.com"]
properties = ["cp", "city", "surface", "ges"]
listenInterval = 1 minute
import "local.conf"
|