An open API service indexing awesome lists of open source software.

https://github.com/sachnaror/scrapy_scraper

Using Scrapy: it scrapes quotes from [quotes.toscrape.com] and saves them to a CSV file
https://github.com/sachnaror/scrapy_scraper

scrapy scrapy-crawler scrapy-spider

Last synced: 3 months ago
JSON representation

Using Scrapy: it scrapes quotes from [quotes.toscrape.com] and saves them to a CSV file

Awesome Lists containing this project

README

        

# Quotes Scraper

This is a Python Scrapy project that scrapes quotes from [quotes.toscrape.com][def] and saves them to a CSV file.

## Getting Started

To get a local copy up and running, follow these simple steps:

### Prerequisites

Make sure you have Python and Scrapy installed on your local machine.

```bash
pip install scrapy
git clone https://github.com/sachnaror/quotes-scraper.git
cd quotes-scraper
scrapy crawl QuotesScraper
```

image