Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 521 Bytes

Web Scraper Project

This project scrapes data from two different websites and saves the data in JSON format.

Project Structure

  • 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.

How to Run

  1. Install the required packages:
    pip install -r requirements.txt