This project is a simple scraper to collect product details and reviews from the Jeanwest website API.
main.py— Entry point of the applicationconfig.py— Configuration and settingsscraper/— Core scraping modulesretrieve.py— Responsible for fetching data from the APIprocess.py— Processing and saving datastorage.py— Managing file storage
requirements.txt— Project dependencies
- Install dependencies:
pip install -r requirements.txt- Run scraper:
python3 main.pyMake sure to run this project with Python 3.
Using Python 2 or other versions may cause errors.