Quote Scraper

  1. Quotes Scrapper - Beautiful Soup
  2. This code web scrapes quotes from the website http://quotes.toscrape.com/ and saves them in a CSV file for each topic. The topics are:

    • love
    • inspirational
    • life
    • humor
    • books
    • reading
    • friendship
    • friends
    • truth

    Requirements

    • requests
    • BeautifulSoup4
    • csv
    • os

    Usage

    To run the code, simply run the script in your Python environment. The scraped quotes will be saved in separate CSV files in a directory named csv_files with the topic name as the sub-directory and file name.

    Example:

    csv_files/love/love.csv
    csv_files/inspirational/inspirational.csv
    ...
  3. Github Emails Scrapper - Beautiful Soup