Falabella-utils are Python scripts for scraping the information of a SKU from Falabella Perú website.
This scrpits are intended to be ran in a online enviroment like Repl.it but can be used locally with the following dependencies:
pandas
requests
xlsxwriter
bs4
scrapy
First get the correct folder structure, a file named Lista with all the SKUs to check, and the scripts you want to run:
Lista
get_report.py
scrapy_report.py
Then run the script and it will return Resultado.xlsx, a report with the data of each SKU (published, image, prod and brand).
Pull requests and new features sugestions are welcome. For major changes, please open an issue first to discuss what you would like to change.
Or also you can contact me at (jpereira@pucp.edu.pe)