aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2018-06-19 22:51:34 +0200
committerJoris2018-06-19 22:51:34 +0200
commit2526a499ec6a42f304eab0818d357856fa6d4825 (patch)
treea4ecc7fc67102dfb95b3d6d229d6b971b7528a4a
parent149a0470b73781022e584aaeaa7ce871d6f4173b (diff)
downloadad-listener-2526a499ec6a42f304eab0818d357856fa6d4825.tar.gz
ad-listener-2526a499ec6a42f304eab0818d357856fa6d4825.tar.bz2
ad-listener-2526a499ec6a42f304eab0818d357856fa6d4825.zip
Update documentation
-rw-r--r--README.md11
-rw-r--r--application.conf2
2 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index bef6a3a..c307196 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# Ad-listener
-Ad-listener listen for changes at given URLs on
-[leboncoin](https://www.leboncoin.fr/) and
-[ouestFrance](https://www.ouestfrance-immo.com/). Then, it send mails whenever
-new ads come up.
+Ad-listener listen for changes at given URLs on:
+
+- [leboncoin](https://www.leboncoin.fr/),
+- [ouestFrance](https://www.ouestfrance-immo.com/).
+- [seLoger](https://www.seloger.com/)
+
+Then, it send a mail whenever a new ad come up.
## Getting started
diff --git a/application.conf b/application.conf
index a644975..c7fc10c 100644
--- a/application.conf
+++ b/application.conf
@@ -1,6 +1,6 @@
leboncoinUrls = []
ouestFranceUrls = []
-seLogerUrls = ["https://www.seloger.com/list.htm?types=1&projects=1&furnished=0&rooms=2&places=%5B%7Bcp%3A75%7D%5D&qsVersion=1.0&bd=CartoToList_SL"]
+seLogerUrls = []
mailFrom = "ad-listener@mail.com"