A web scraping flask app made during the Queen's Engineering Competition (QEC) in 2018.
The code in this repository runs a web application that takes user input of current address and desired radius. The app uses web scraping to compare the pizza prices from shops within the input radius, and returns the addresses and names of the shops with the lowest priced pizzas.
Additional features that would be added with more time on the project are ability to process and find lowest prices for user specified number of toppings, number of pizzas, and pizza sizes.
The this repo was originally forked from https://github.com/QECProgramming/team3.
Prerequisites:
Steps:
git clone https://github.com/bryan-hoang/pizza-price-scraper.git
cd pizza-price-scraper
uv sync
uv run poe serve
# Visit http://127.0.0.1:5000
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2018 Bryan Hoang and contributors