Skip to content

Scraping animation characters and famous quotes from the Web

Notifications You must be signed in to change notification settings

Hersant/web_scraping

Repository files navigation

Overview

This repository provides codes for spiders that scrape animation characters from a wikipedia page and famous quotes from the website http://quotes.toscrape.com.

Prerequisite

Install the framework Scrapy. All code is written in Python 3.

Running

  • To scrape quotes, run the spider using the runspider command (in the CLI) :

    scrapy runspider quotes_scraper.py -o quotes.json

  • to scrape animation characters, run the spider using the command (in the CLI) :

    scrapy runspider characters_scraper.py -o characters.json

About

Scraping animation characters and famous quotes from the Web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages