Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 600 Bytes

File metadata and controls

26 lines (18 loc) · 600 Bytes

Scrapy Basics

Scrapy project created for demonstration purposes. It contains basic functionalities popular on Scrapy framework and settings that enable it to be deployed to Scrapy Cloud.

Prerequisites

Installing

Clone the project and access its directory:

git clone git@github.com:lidimayra/scrapy-basics.git && cd scrapy-basics

Running

To crawl a spider, run the command scrapy crawl <spider_name>.

e.g.:

# Running most_popular_movies spider
scrapy crawl most_popular_movies