diff options
author | Joris | 2018-06-19 22:51:34 +0200 |
---|---|---|
committer | Joris | 2018-06-19 22:51:34 +0200 |
commit | 2526a499ec6a42f304eab0818d357856fa6d4825 (patch) | |
tree | a4ecc7fc67102dfb95b3d6d229d6b971b7528a4a | |
parent | 149a0470b73781022e584aaeaa7ce871d6f4173b (diff) |
Update documentation
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | application.conf | 2 |
2 files changed, 8 insertions, 5 deletions
@@ -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" |