Skip to content

Rizvi-Ahmed/Imdb-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages