aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d2ecb93f38db450252d947b52a60b5a92e663b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
-------------

You provide the url you want to listen in a file named conf, for example:

```
# This line is a comment
url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1
```