From 2526a499ec6a42f304eab0818d357856fa6d4825 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 19 Jun 2018 22:51:34 +0200 Subject: Update documentation --- README.md | 11 +++++++---- application.conf | 2 +- 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" -- cgit v1.2.3