Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Random Quotes Generator

Description

Scrapes inspirational quotes from quotes.toscrape.com, saves them to CSV, and displays random quotes on demand.

Features

  • Scrape quotes from website
  • Save to CSV file
  • Display random quotes
  • Extract author and tags
  • Handle pagination automatically
  • Error handling

Stack

  • Language: Python
  • Libraries:
    • beautifulsoup4==4.11.1
    • requests==2.23.0
  • Complexity: Beginner-Intermediate

Installation

pip install -r requirements.txt
python main.py

Usage

  1. Scrape and save quotes
  2. Display random quotes
  3. Both options

Output

CSV file with columns: quote, author, tags

License

Open source for educational purposes.