Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 745 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 745 Bytes

Imdb-scrapper

A python program to collect information from ##Imdb about movies,series and process the resposnse to collect necessary information. To collect movie info from Imdb the Omdb api is from omdbapi.com.

Instructions

First, get the api key from omdbapi.com website and write it in the varible # API_KEY in driver.py file. Next, put the name of the movies in the downloadlist.txt file which is used as the default directory to pull movie names from. You can change the input and output directory in the driver.py file.

The output of the program is 'data.json' file that contains the title along with their info.

To customize the info received check the omdbapi.com website to see the arguments and fields available to do query on.