Skip to content

MFR1/BrandNudge

Repository files navigation

Brand Nudge

Python Web Scraping ETL (Extract, Transform, Load) based Bot developed for John Lewis website.

Database Used

MySQL is used to store products data and their promotions. SQL files are attached

Data Tables

Products Table:

Products Table

Promotions Table:

Promotions Table

Prerequisites

Make sure to install:

  1. Python
  2. MySQL (https://www.mysql.com/downloads/)

Quick Setup

  1. Download all the files
  2. Extract them in a folder
  3. Open Powershell from that folder
  4. Run "pipenv install" to install all the dependencies
  5. Run "pipenv shell" to activate the environment
  6. Run "pipenv run python .\main.py" to start the scraping process

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages