New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

movie-metadata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

movie-metadata

A Python wrapper for The Movie Database (TMDB) API

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

Movie Metadata

A Python wrapper for The Movie Database (TMDB) API that provides easy access to movie, TV show, and person information.

Installation

pip install movie-metadata

Usage

from movie_metadata import TMDB

# Initialize the client
tmdb = TMDB("your_api_key_here")

# Search for movies
results = tmdb.search_movies("The Matrix")

# Get movie details
movie_details = tmdb.get_movie_details(603)

# Get popular movies
popular_movies = tmdb.get_popular_movies()

Features

  • Search movies and TV shows
  • Get detailed information about movies, TV shows, and people
  • Discover movies based on various criteria
  • Get movie recommendations
  • Get cast and crew information
  • Error handling and logging
  • Type hints for better IDE support

License

This project is licensed under the MIT License. See the LICENSE file for details.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc