Skip to content

A web scraper that scrapes quotes and author information off Quotes To Scrape

Notifications You must be signed in to change notification settings

subsr97/quotes-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quotes Scraper Using Scrapy

Intro

A Web Scraper that uses Python3 and Scrapy to scrape Quotes To Scrape.

Includes 2 spiders:

  • quotes-spider crawls and retrieves all quotes with the author and tags.
  • author-spider crawls and retrieves all author details including name, DOB and description.

Requirements

  • Python 3.x
  • Scrapy

Usage

scrapy crawl quote-spider > quotes.json
scrapy crawl author-spider > authos.json

Example output JSON files are here.

Caveat

Example output has been beautified with JSON Lint for readability.

Working of this web scraper depends on the source at Quotes To Scrape.

Foundation for this scraper can be found here.

About

A web scraper that scrapes quotes and author information off Quotes To Scrape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages