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
- Host: GitHub
- URL: https://github.com/sachnaror/scrapy_scraper
- Owner: sachnaror
- Created: 2024-03-17T12:55:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-17T13:16:52.000Z (about 1 year ago)
- Last Synced: 2024-12-31T09:14:58.385Z (5 months ago)
- Topics: scrapy, scrapy-crawler, scrapy-spider
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```