/product-scraper

A tool that scrapes images and details of products from specific e-commerce websites, focusing on categories like shoes, bags, and accessories. It automates the downloading of high-quality images and essential product information for efficient data collection.

Primary LanguagePython

product-scraper

Python 2.7:

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python -m pip install --upgrade pip
python -m pip install requests
python main.py

Python 3:

pip3 install --upgrade pip
pip3 install --upgrade urllib3
pip3 install requests
python3 -u main.py