Skip to content

A python script to look at a given folder and prepare a file with details about title, genre, plot, run time and ratings of the movies/ tv series found in the folder.

License

Notifications You must be signed in to change notification settings

anubhabsen/movie-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie/ TV Series Data Scraper

A python script that looks up all movies/ TV shows in a folder, parses the title from the file name and looks it up on IMDb and gets the genre, runtime, plot and IMDB and RottenTomatoes ratings of the movie and stores it as a csv file.

Installation

git clone https://github.com/anubhabsen/movie-info
cd movie-info
bash setup.sh

Running the shell script will install the necessary python packages and run the script for the first time. After setup has been executed once, just use

 python moviedatamaker/moviedatamaker.py

to execute.

Note: The path to the folder MUST BE absolute (relative path won't work).

About

A python script to look at a given folder and prepare a file with details about title, genre, plot, run time and ratings of the movies/ tv series found in the folder.

Resources

License

Stars

Watchers

Forks

Packages

No packages published