feat: initial car search setup with Playwright crawler and sites list

This commit is contained in:
Ken
2026-05-24 22:56:12 +00:00
commit 290678635e
7 changed files with 431 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Car Help
Used car search tool for finding Jude a reliable hybrid (HEV) in the Woodinville, WA area. Budget: $8-10K.
## Setup
```bash
uv sync
uv run playwright install chromium
```
## Usage
```bash
uv run python search.py
```