Skip to content

A simple watchdog that tracks and filters real estate offers on Bezrealitky.cz and sends you email alerts.

Notifications You must be signed in to change notification settings

holuond/bezrealitky_watchdog_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bezrealitky Watchdog 🐶

This repository contains a custom watchdog for the Czech real estate marketplace Bezrealitky.cz.

The watchdog is a simple Python script that tracks relevant offers based on a customizable filter and sends an email notification whenever it encounters any previously unseen offer. The script can be run locally or deployed to Heroku or a similar service. S3 is used for state management (tracking of already seen offers) and SendGrid is used for sending e-mails.

To configure, set up the .env file according to .env_template. You might also want to adjust the queries and parameters in graphql_queries.py and the polygonal location filter in watchdog.py.

Get Started

python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
python -m bezrealitky_watchdog

About

A simple watchdog that tracks and filters real estate offers on Bezrealitky.cz and sends you email alerts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages