n8n-nodes-tmdb
v0.5.0
Published
n8n-nodes-tmdb enables seamless integration with The Movie Database (TMDb) in n8n workflows. Access comprehensive movie data effortlessly.
Downloads
291
Maintainers
Readme
n8n-nodes-tmdb
This project integrates TMDb (The Movie Database) into n8n workflows, allowing users to access comprehensive movie data and manage their workflows seamlessly.
Table of Contents
Work in Progress
Currently, only querying details for Movie, Person, Collection, TV, and Company is supported. List and search functionalities will be implemented later. Please star or follow the repository to stay updated on the latest changes.
Features
- Retrieve movie details, cast, and crew information.
- Search movies by title, genre, and more.
- Get recommendations based on movies or TV shows.
- Access TV show details and seasons.
Prerequisites
- n8n installed (Node.js required)
- TMDb API Key (available through TMDb account)
Installation
- Open n8n and navigate to Settings > Community Nodes.
- Search for
n8n-nodes-tmdb
and install the package directly. - Restart n8n to apply the changes.
Usage
- Configure the TMDb credentials in n8n using your API key.
- Use the provided nodes in your n8n workflows to integrate TMDb data retrieval seamlessly.
Contributing
- Fork the repository.
- Create a new feature branch.
- Submit a pull request with a detailed description.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments
- Thanks to TMDb for providing an extensive movie database.
- Inspired by the n8n community and its commitment to automation.