A webscraper for the Django Framework that compares the product prices for various UK supermarkets.
This Project (SuperMarkIt) utilises the power of the webscraping library Beautiful Soup and Django to create a price comparison site.
If you do not have Python 3.7+, you can download it here. If you do not have Django you can download it here
SuperMarkit uses a webscraping script that traverses through the URLs of the Leading UK supermarkits stored in the database. It then scrapes the prices from the website pages and updates the database with the latest prices. As it currently stands users can register to create an account and store items in a basket, there is not a checkout page yet.
I'd like to thank The Net Ninja who created this tutorial that taught me the basics of Django. I'd also like to thank this tutorial by FreeCodeCamp, that helped me greatly on this project.
The image below will redirect you to the video demo on Youtube