Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 669 Bytes

Flathunter

A python crawler which crawls Immobilienscout24.de and wg-gesucht.de for new appartments and sends the results to a Telegram user

Build Status

Setup

Install requirements from requirements.txt to run execute flathunter properly:

pip install -r requirements.txt

Rename config.yaml.dist to config.yaml and go through it to adapt it to your needs.

Usage

To use the flathunter simply run:

python flathunter.py

Contributers