Skip to content

Repository files navigation

PriceDiff

Price tracking dashboard — built with Django.

Setup

uv sync
uv run python manage.py migrate

Usage

# Start dev server
uv run python manage.py runserver

# Start Celery worker (required for auto-scraping on add)
uv run celery -A pricediff worker --loglevel=info

# Scrape prices
uv run python manage.py scrape

# Run scheduler (periodic scraping)
uv run python manage.py run_scheduler

About

Multi-phase e-commerce price tracker with stealth browser scraping — built with Django.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages