A python client for TVDB rest API
Project description
tvdb_api_client is an unofficial API for the TVDB.
In a nutshell
Installation
The easiest way is to use poetry to manage your dependencies and add tvdb_api_client to them.
[tool.poetry.dependencies]
tvdb_api_client = "*"
Usage
Initialise the client (example using the django cache):
from django.core.cache import cache
from tvdb_api_client import TVDBClient
client = TVDBClient("username", "user_key", "api_key", cache)
Once the client has been initialised, you can use it to get the following info:
get TV series by TVDB id
get TV series by IMDb id
find identifying info for a TV series by its name
get episodes by TV series using its TVDB id
Links
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
tvdb_api_client-0.6.0.tar.gz
(9.4 kB
view hashes)
Built Distribution
Close
Hashes for tvdb_api_client-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aeaec41bbbc3e0e38eec6d61bb46765f2af6f2b1ad81a65648f591732a55611 |
|
MD5 | e3ce65ecc89729b1bce76641f673e8c6 |
|
BLAKE2b-256 | 1f96f4517b6deeb431792c9d63a98dfde84afbbacb92dc3c36729a02207a95ff |