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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file imdbdump-0.1.2.tar.gz.
File metadata
- Download URL: imdbdump-0.1.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6026fd88d128f661adbb9a24dda3b02575364780678f704b39b23b56dc59bb12
|
|
| MD5 |
a82b8a7380da01de7463888907ac36bc
|
|
| BLAKE2b-256 |
06f9efebb57a206a7f4cde272ec50b20bf6b163320663deb6c87cbd1436ac9dd
|