diff options
author | Joris Guyonvarch | 2015-04-18 21:59:22 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-18 21:59:22 +0200 |
commit | 389d979eb3eaa18beb8a6da9f4a03bdb6acc1722 (patch) | |
tree | 9d475b868ad13162c0ecba42b2138058c2e2e68b /README.md | |
parent | 86f9991deeb44a6cc81044e61a9ad3ee001c5ced (diff) |
Parsing utag_list from a detail page and showing the keys that are given in the configuration file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -17,8 +17,9 @@ cabal build Configuration ------------- -Provide the url you want to listen to and the mail addresses that will be -notified in the configuration file (conf): +Provide the url you want to listen to, the mail addresses that will be notified +in the configuration file (conf), the properties you want to get from the +detail page: ``` # The url field is required @@ -26,6 +27,9 @@ 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 + +# The properties field is an optional list +# properties = cp, city, surface, ges ``` Email |