# rightmove
Project to create a tracker of rightmove properties near W6 8RE.

## Usage

### 1. Scrape listings
```bash
pip install requests beautifulsoup4
python rightmove_scraper.py
```
Results are saved to `rightmove_cache.json`.

### 2. View the dashboard
```bash
python serve.py          # opens http://localhost:8080
python serve.py 9000     # custom port
```
The dashboard auto-refreshes every 60 seconds, so just leave it open and re-run the scraper whenever you want updated data.
