A wrapper python for imdb.com
Project description
Python IMDB
A wrapper python for imdb.com
Quick start
$ pip install pyimdb
Usage
With your key in hand, it's time to authenticate, so run:
>>> from pyimdb import IMDB
>>> imdb = IMDB()
Popular TV Shows
Returns list of popular tv shows.
>>> imdb.popular_tv_shows()
or
>>> imdb.popular_tv_shows(limit=10)
Popular Movies
Returns list of popular movies.
>>> imdb.popular_movies()
or
>>> imdb.popular_movies(limit=10)
TOP Rated TV Shows
Returns list of top rated tv shows.
>>> imdb.top_rated_tv_shows()
or
>>> imdb.top_rated_tv_shows(limit=2)
TOP Rated Movies
Returns list of top rated movies.
>>> imdb.top_rated_movies()
or
>>> imdb.top_rated_movies(limit=2)
Dependencies
- Python >=3.8
License
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
pyimdb-0.1.3.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file pyimdb-0.1.3.tar.gz
.
File metadata
- Download URL: pyimdb-0.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.8.10 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe76ad32f87ddad10653ae47fa9a0cd7e4b258d8bd355d9c46ebf43a10d6c374 |
|
MD5 | 771c630819285a544cf1ef4f2cf92032 |
|
BLAKE2b-256 | 537aa71b4cab904b0ffcdbfbe22cde92deed9312e76b0aff4193e73ca71b455b |
File details
Details for the file pyimdb-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pyimdb-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.8.10 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fc22ff9872339b6f2a0c66fa7bac08c40fd6ad2c37c366f412ca2d50ee79a66 |
|
MD5 | 069faed6b586047fe385b27561e11dd2 |
|
BLAKE2b-256 | 8c289e61b99248c68444a87cb151345177315414bf0d5f1a970206c082000266 |