Skip to content

JakubGal/Scrapy-for-sreality.cz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

Use scrapy framework to scrape the first 500 items (title, image url) from sreality.cz (flats, sell) and save it in the Postgresql database. Implement a simple HTTP server in python and show these 500 items on a simple page (title and image) and put everything to single docker compose command so that I can just run "docker-compose up" in the Github repository and see the scraped ads on http://127.0.0.1:8080 page.

Usage

  1. Run "docker-compose up"
  2. Open http://127.0.0.1:8080 in your favorite browser

I should look something like this: Image of website Image of website

Credit

Hardly based on this repository with few things fixed: https://github.com/Honzama/sreality-scrapy-task

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published