/quotes-scraper

Scrape Quote, its Author and Tags from qoutes.toscrape.com (Scrapy Tutorial)

Primary LanguagePython

Quotes Scraper

Quotes Scraper is a Python web scraping tool that extracts inspirational quotes from quotes.toscrape.com and compiles them into a structured format. This tool is designed to help users gather a collection of motivational quotes for personal use, projects, or applications.

Features

  • Web Scraping: Automatically fetches quotes from quotes.toscrape.com.
  • Structured Output: Stores quotes in a structured JSON format for easy access and integration.
  • User-Friendly: Simple command-line interface for quick quote extraction.

Getting Started

To get started with Quotes Scraper, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Palwisha-18/quotes-scraper.git
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Run the Scraper:

    python scraper.py

Contributing

Contributions to Quotes Scraper are welcome! If you'd like to contribute, please follow the Contributing Guidelines.