/IMDB-Movie-Scraper

Given a list of links (IMDB), scrape the relevant content.

Primary LanguageJavaScript

IMDB-Movie-Scraper

Contents

This script takes a list of IMDB URL's, and scrapes the Title, Storyline, and Average Rating into an RST file.

This file can then, of course, be used to generate PDF, HTML, etc.

This script is designed to be run with PhantomJS - a headless browser, allowing the execution of arbitrary JS.