leboncoin-listener ================== leboncoin-listener listen for changes at a given URL on the website leboncoin. Usage ----- ``` cabal sandbox init cabal install --only-dependencies cabal build ./dist/build/leboncoin-listener/leboncoin-listener ``` Configuration ------------- Provide the url you want to listen to and the mail addresses that will be notified in the configuration file: ``` # The url field is required url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1 # The mailTo field is an optional list # mailTo = jean.dupont@mail.fr, john.smith@mail.com ``` Email ----- leboncoin-listener uses the sendmail command under the hood.