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.
Clone the project and access its directory:
git clone git@github.com:lidimayra/scrapy-basics.git && cd scrapy-basics
To crawl a spider, run the command scrapy crawl <spider_name>
.
e.g.:
# Running most_popular_movies spider
scrapy crawl most_popular_movies