Skip to content

Installation

Installing from Pypi

We shall be using uv tool

With required dependencies

uv pip install moviebox-api
uv add moviebox-api

With commandline extra dependencies

uv pip install "moviebox-api[cli]"
uv add "moviebox-api[cli]"

CLI utils

At some point, developers may want to make use of CLI utility functions for operations such as prompting users to choose the movie quality to be processed, etc. This will require the commandline extra dependencies to be installed.

Installing from source

If you like new features before official releases:

uv pip install git+https://github.com/Simatwa/moviebox-api.git[cli]
uv add git+https://github.com/Simatwa/moviebox-api.git[cli]
Git required

For this method to work you need to have git tool installed.

Termux Installation (Android)

pip install moviebox-api --no-deps
pip install 'pydantic==2.9.2'
pip install rich click bs4 httpx throttlebuster