/mietmap-scraper

Scraper for flat rental prices in Karlsruhe

Primary LanguagePythonMIT LicenseMIT

Scraper for Flat Rental Prices

This is a small scraper for flat rental prices in Karlsruhe, Germany.

The data it produces can be visualized using mietmap and mietmap-overlay.

Usage

Clone the repository:

git clone https://github.com/CodeforKarlsruhe/mietmap-scraper.git
cd mietmap-scraper

Create a virtualenv and activate it:

virtualenv venv
source venv/bin/activate

Install the dependencies:

pip install -r requirements.txt

Run the scaper:

python scrape.py

--help shows the available options. Log messages are written to scrape.log.

License

Licensed under the MIT license, see the file LICENSE.