TheRadialActive / mietmap-scraper

Scraper for flat rental prices in Karlsruhe

Home Page:https://codeforkarlsruhe.github.io/mietmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Scraper for flat rental prices in Karlsruhe

https://codeforkarlsruhe.github.io/mietmap

License:MIT License


Languages

Language:Python 100.0%