diff options
-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" |