tmdb-api (0.0.13)

Published 2026-04-02 08:49:40 +02:00 by adelgado

Installation

pip install --index-url  tmdb-api

About this package

TheMovieDB unofficial API

tmdb_api

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/tmdb_api.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

tmdb_api.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters

Requirements

Requires Python: >=3
Details
PyPI
2026-04-02 08:49:40 +02:00
1
Antonio J. Delgado
16 KiB
Assets (1)
Versions (34) View all
0.0.36 2026-04-06
0.0.35 2026-04-05
0.0.34 2026-04-04
0.0.33 2026-04-03
0.0.32 2026-04-03