initial commit

This commit is contained in:
2017-05-05 12:39:03 +02:00
commit 920f6f44ff
3 changed files with 403 additions and 0 deletions

15
config.php.sample Normal file
View File

@@ -0,0 +1,15 @@
;<?php
;die(); // For further security
;/*
[general]
# "url" has to contain page indicator (/P-x/). This is not existent on the first search result page but can be added manually
url = "https://www.immobilienscout24.de/Suche/S-2/P-1/Wohnung-Miete/Nordrhein-Westfalen/Koeln/70_6_118_39_20_101_2_50_11_56_120/2,00-3,00/-80,00/EURO--900,00/-/-/false/-/-/true/-/-/true"
db = "angebote.json"
[mail]
to = "to@example.com"
from = "from@example.com"
;*/
;?>