Pull Movie Data From IMDB Using Python
1 min readSep 8, 2020
Step 1: Copy the code given at https://raw.githubusercontent.com/vinycoolguy2015/awslambda/master/imdb_data.py as imdb.py
Step 2: Install required packages using pip install bs4 and pip install fake_useragent
Step 3: Execute the code. It’ll ask to select genre, release year from which you want to search movies and minimum rating of the movies you want to search for.
That’ all. Now you are ready for binge watch with a lot of movie recommendations.