tiagocabo / movielens-posters

IMDb URLs and posters for movies in the MovieLens 100K dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieLens 100K Posters

Links to posters of movies in the MovieLens 100K dataset. The links were scraped from IMDb. The posters are mapped to the movie_id in the dataset. The IMDB URLs of the movies are also present.

Description of files

Running it yourself

You will need Python 3 and Beautiful Soup 4.

  • Install Beautiful Soup: pip install beautifulsoup4
  • Scrape IMDb URLs: python3 movie_url.py
  • Scrape poster URLs: python3 movie_poster.py

About

IMDb URLs and posters for movies in the MovieLens 100K dataset

License:MIT License


Languages

Language:Python 100.0%