This is a small scraper for flat rental prices in Karlsruhe, Germany.
The data it produces can be visualized using mietmap and mietmap-overlay.
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
.
Licensed under the MIT license, see the file LICENSE
.