Skip to content

python-larturi/python-scrapy-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Quotes

Browse the site http://quotes.toscrape.com and generate the list of quotes

Execution

pipenv shell

pipenv install

Generates a json file with title, tags, and quotes

cd quotes_scraper

scrapy crawl quotes

Generates a json file with title, top 3 of tags, and quotes

cd quotes_scraper

scrapy crawl quotes -a top=3  

Genetates in csv format

cd quotes_scraper

scrapy crawl quotes -o quotes.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages