For user to fetch website product and price
python -m venv .venv
source .venv/bin/activate # Windows 用 .venv\Scripts\activatepip install -r requirements.txtpython -m scraper.db.product_repopython -m scraper.mainpython -m scraper.fetch_product_priceInstall python 3
Install
Install postgres db (optional)
Can be from container / install for machine
Fetch all items from the Devonshire Shop
All product is around 13,628 items
But if we go to produc detail website, it take serval second to fetch data. So it take up to 5~6 second to fetch 1 product. The overall process take 68140 second (18.92 hours)