This project scrapes data from two different websites and saves the data in JSON format.
logs/
: Contains log files.data/
: Contains scraped data.scripts/
: Contains Python scripts for scraping and logging configuration.requirements.txt
: Lists the required Python packages.README.md
: Project documentation.main.py
: Main script to run the scraping process.
- Install the required packages:
pip install -r requirements.txt