https://github.com/erikkastelec/sreality_scraper
https://github.com/erikkastelec/sreality_scraper
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erikkastelec/sreality_scraper
- Owner: erikkastelec
- License: mit
- Created: 2024-02-15T15:07:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-15T15:15:55.000Z (over 1 year ago)
- Last Synced: 2025-10-13T21:27:15.430Z (24 days ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```