Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 898 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 898 Bytes

crawling_IMDB

This is a demo code of how to use scrapy to crawl the Top250 rate movies' Link,Name and year.

Use git clone https://github.com/haozhenWu/crawling_IMDB.git

to download the repository and run

scrapy crawl top250_movie -o top250_movie.csv

This will run the crawler named "top250_movie" and store the extracted informations into a csv file named top250_movie.csv

Right now, there are 3 spiders in the folder.