aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-18 21:59:22 +0200
committerJoris Guyonvarch2015-04-18 21:59:22 +0200
commit389d979eb3eaa18beb8a6da9f4a03bdb6acc1722 (patch)
tree9d475b868ad13162c0ecba42b2138058c2e2e68b /README.md
parent86f9991deeb44a6cc81044e61a9ad3ee001c5ced (diff)
downloadad-listener-389d979eb3eaa18beb8a6da9f4a03bdb6acc1722.tar.gz
ad-listener-389d979eb3eaa18beb8a6da9f4a03bdb6acc1722.tar.bz2
ad-listener-389d979eb3eaa18beb8a6da9f4a03bdb6acc1722.zip
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.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15c6de8..c8794df 100644
--- a/README.md
+++ b/README.md
@@ -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