This directory scrapes the first 500 items (title, images, urls) from sreality.cz, using scrapy. The results are the Postgresql database and are shown on a simple page (http://127.0.0.1:8080).
To run locally, go to postgres.py, uncomment line 9, and comment line 12. You can then execute:
pip install -r requirements.txt
python3 sever.pyAlternatively, you can use a docker environment:
sudo docker-compose build
sudo docker-compose up