This repository contains code for web scraping whiskey information from a Whiskey Shop website.
The "webscraping_whiskeyshop" project is aimed at extracting whiskey-related data from the Whiskey Shop website. The code utilizes web scraping techniques to gather information such as whiskey names, prices, descriptions, and ratings from the website's product listings.
Before running the code, make sure you have the following prerequisites installed:
- Python
- Scrapy
- Requests
To get started with the code, follow these steps:
-
Clone the repository:
-
git clone https://github.com/skaty5678/webscraping_whiskeyshop.git
-
Navigate to the repository directory:
cd whiskeyscraper
-
Install the required dependencies
-
Run the python script for web scraping
python whiskeyspider.py
-
The script will scrape the Whiskey Shop website, extract the whiskey data, and store it in a CSV file named "whiskey.csv"