Skip to content

Dockerized: Scraper with saving data to Postgresql and after that preview via Flask app.

Notifications You must be signed in to change notification settings

JiriSvacek/Reality-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reality-scraper

Scraping fisrt 500 offers (title and first image) from sreality.cz (flats, sell) using Selenium. After succesfull scraping data are saved in the Postgresql database. All results are then available via running Flask web. Setup is dockerized, for running use:

docker-compose up

During running of commands firstly Postgresql image is created. After database is succesfully running second image with Python and Selenium starts. When flask server is running just use browser and type:

http://127.0.0.1:8080/

Page sample:

Page with loaded data

About

Dockerized: Scraper with saving data to Postgresql and after that preview via Flask app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published