Skip to content

katadam/properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

properties

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.py

Alternatively, you can use a docker environment:

sudo docker-compose build
sudo docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published