Skip to content

tseboho/price-comparison-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

price-comparison-website

Required Packages

To run this program, you need to install the following packages:

pip install -r requirements.txt

Note: The uv command is a shorthand for uvicorn, which is used to run ASGI applications.

Running the app

Launch as a web app:

uv run fastapi run --port 8000 main.py
# then navigate in browser to http://0.0.0.0:8000/

A manual search on the command line:

item="romany creams"
uv run python -m src.dev.cli_product_search woolworths "${item}" 5
uv run python -m src.dev.cli_product_search picknpay "${item}" 5
uv run python -m src.dev.cli_product_search checkers "${item}" 5

About

Product search simultaneously across Checkers, PicknPay and Woolworths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 54.1%
  • Python 45.9%