Skip to main content

Helps you to dump TV show IMDb ratings in machine-readable formats.

Project description

IMDbDump

IMDbDump is a small library that provides the functionality to parse imdb.com for all single episode ratings for TV shows. It's easily possible to dump this information to a JSON or CSV file. You can use the command line interface or import it in your own code.

Installation

pip install imdbdump

Usage

CLI

python imdb_fetcher.py --json --csv tt0944947

Importing

from imdbdump.imdb_fetcher import ImdbFetcher

imdb = ImdbFetcher('tt0944947')
imdb.save_csv()
imdb.save_json()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imdbdump-0.1.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page