jsnaz / products-web-scrapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Scrapping Dior Perfume Data

Project Objective

The objective of this project is to get ecommerce data about the latest perfumes from Dior website.

The program web scraps the public data, extracts the relevant information and exports it to csv file.

In order to run the code, an virtual environment should be created and the library installed by running the following commands

Create virtual environment

python3 -m venv env

Activate the virtual environment

source env/bin/activate

Install Python libraries

pip install -r requirements.txt

Run script

python main.py

Deactivate the virtual environment

deactivate

About


Languages

Language:Python 100.0%