Cube Scraper is a collection of small Python utilities for helping building and maintaining a cube product index.
- Python 3.9 or newer
- Supabase project credentials
Install dependencies with:
pip install -r requirements.txt
Copy .env.example to .env.local and fill in your credentials:
SUPABASE_URL=<https://your-project.supabase.co>
SUPABASE_SECRET_KEY=<secret-key>
scripts/update-prices.shrefreshes vendor link price and availability.scripts/run-info-scraper-server.shstarts a local server that takes HTTP requests to scrape cube product information from vendor websites.
This project is available under the Apache 2.0 License. See LICENSE for details.