Skip to content

Script creates csv file with top#100 movies from IMDB 🎬

Notifications You must be signed in to change notification settings

martasobota/imdb-top-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imdb-top-movies

Script creates csv file with top#100 movies from IMDB 🎥🎬🎞

Task description

Part 1

Get data about top 100 movies from IMDB

Scrape movie's ID that is a part or URL, for instance:

<a  href="/title/tt0111161/?pf_rd_m=A2FGELUUNOQJNL&amp;pf_rd_p=...  </a>

The ID of this movie is "tt0111161"

Part 2

Having a list of 100 movie IDs get each movie details from OMDBAPI

Part 3

Put movies into CSV file sorted by year of production CSV will consists of only two columns: title, year.

Part 4

100% test coverage is required (please use py.test)

About

Script creates csv file with top#100 movies from IMDB 🎬

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages