Some random things I'm using to track prices of things I may want to buy.
- brew install postgresql
- brew services start postgresql@14
- createuser -s postgres
- createdb changedetection
- pip install -r requirements.txt
- bash scripts/test.py
- Handled by Github Actions
- Get the CSS / xpath selectors by highlighting the item in Chrome and "Inspect"
- Update test_spiders.py accordingly along with the respective spiders