Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 930 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 930 Bytes

Spider

This is more of a Personal Project I've Scrapped all the movies on Yify which have the IMDB Rating >= 8 and put all those movies in Movies.txt file.

A Web crawler, sometimes called a spider or spiderbot and often shortened to crawler, is an Internet bot that systematically browses the World Wide Web, typically for the purpose of Web indexing.

If you want to run it yourself then clone the repo then cd Movies and find the file eightRated.py which should be in the spiders directory.

Working

Architecture Diagram For more info