Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 245 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 245 Bytes

imdb-spider

Scrapy spider for scraping imdb {movie_id: [recommended, ...]}
Don't forget to:

  • change your proxy settings: "meta" in each request in spider and middleware in settings.py
  • create database, or change processing.py as you need.