Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 199 Bytes

File metadata and controls

11 lines (7 loc) · 199 Bytes

Python Practice

Contents:

1. Quote Scraper

  • Scrapes quotes from quotes.toscrape.com
  • Filters out unfavorable authors
  • Saves results (text, author, tags) to a JSON file

2. TBD