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

https://github.com/amoghmadan/python-scrapy-example

Python Scraping with Scrapy Example.
https://github.com/amoghmadan/python-scrapy-example

python scraping scrapy

Last synced: 3 months ago
JSON representation

Python Scraping with Scrapy Example.

Awesome Lists containing this project

README

        

# Python-Scrapy-Example
Python Scraping with Scrapy Example.

## Setup?
```
pip install -r requirements.txt
```

## Run?
```
cd src
scrapy crawl quotes.toscrape
```