RamonWill / price-comparison-project

A webscraper for the Django Framework that compares the product prices for various UK supermarkets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Price Comparison Project (SuperMarkIt)

A webscraper for the Django Framework that compares the product prices for various UK supermarkets.

Table of Contents

Introduction

This Project (SuperMarkIt) utilises the power of the webscraping library Beautiful Soup and Django to create a price comparison site.

Installation

If you do not have Python 3.7+, you can download it here. If you do not have Django you can download it here

About

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.

Credits

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.

Video-Demo

The image below will redirect you to the video demo on Youtube

Screenshots

About

A webscraper for the Django Framework that compares the product prices for various UK supermarkets

License:MIT License


Languages

Language:Python 50.7%Language:CSS 32.3%Language:HTML 17.0%