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.
- 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.
To get started with Quotes Scraper, follow these steps:
-
Clone the Repository:
git clone https://github.com/Palwisha-18/quotes-scraper.git
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Scraper:
python scraper.py
Contributions to Quotes Scraper are welcome! If you'd like to contribute, please follow the Contributing Guidelines.