tmdb-async-movies is an asynchronous utility for fetching bulk movie data from TMDB using movie title and optionally release year.
Project description
tmdb-async-movies
Features
tmdb-async-movies
is an asynchronous utility for fetching bulk movie data from TMDB using movie title and optionally release year.
- Designed for bulk usage: Pipe in a list of queries and get results immediately.
- Blazing fast: Asynchronous calls enable you to get metadata from hundreds of movies in a couple of seconds.
- Typed: Metadata dataframes are strictly cast so you don't have to do it yourself.
- Hackable: It's a small project with ~500 LOC.
- Accessible: It has both a Python API and a CLI.
Requirements
You'll need to have a TMDB API key in order to make API requests.
Default environment variable:
$ export TMDB_API_KEY="your_api_key_here"
Python:
from tmdb_async_movies.main import TmdbAsyncMovies
t = TmdbAsyncMovies(tmdb_api_key="your_api_key_here")
CLI:
tmdb-async-movies -t "your_api_key_here" from_input "1999 The Matrix"
Installation
You can install tmdb-async-movies via pip from PyPI:
$ pip install tmdb-async-movies
Documentation
Please see the documentation for details.
Contributing
Contributions are very welcome. To learn more, see the Contributor Guide.
License
Distributed under the terms of the MIT license, tmdb_async_movies is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Credits
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.
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
Built Distribution
File details
Details for the file tmdb_async_movies-0.1.2.tar.gz
.
File metadata
- Download URL: tmdb_async_movies-0.1.2.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4489820f4bec621393ed2f8fd2fea83b4d718d4dd8fc4eb4bc1d075f14f38fc5 |
|
MD5 | 6f107ffd9fd75f7437d8390bc64ba75c |
|
BLAKE2b-256 | afc43d15709518aadb985f48b982b1b7a52bd5ca838f44080b0d07596c7424f7 |
File details
Details for the file tmdb_async_movies-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: tmdb_async_movies-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8218c6b2e2ba5174acd79ceac716573cf3d895b416d6b09447fdbf161375dd6d |
|
MD5 | 0485f622c2b224a4837ef21a999733a4 |
|
BLAKE2b-256 | 5c5a754ffbfc7650e0855e0541ca827a649943cd15deca2e9a8948ddfa27dc3a |