Utility to scrap data of products from Plaza Vea supermarket and save it to .csv files. The program will try to extract the following information:
- Name
- Price (PEN)
- Quantity
- Unit (un, g, kg, ml, l)
The requirements.txt file list all Python libraries that you need to run the program. The following script aims to install all the required libraries in your environment.
pip install -r requirements.txt
python products-to-csv.py