An open API service indexing awesome lists of open source software.

https://github.com/erikkastelec/sreality_scraper


https://github.com/erikkastelec/sreality_scraper

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# Sreality scraper

Repository contains an implementation of a simple web scraper for the sreality.cz website and accompanying Flask app to serve the scraped data stored in a PostgreSQL database.

## Getting Started

### Starting the Services

Run the following command to start all the services defined in the docker-compose.yml file: ```docker-compose up -d```