This is a Telegram bot that allows users to search for movie information, view images, watch trailers, and manage a personal watchlist. The bot is built using Python and utilizes the python-telegram-bot library for interacting with the Telegram Bot API and the IMDb API for fetching movie data.
Check out the demo video to see the bot in action:
- Inline movie search: Search for movies directly within the chat.
- Detailed movie information: Get comprehensive details about movies including ratings, release date, genres, and more.
- Movie images and trailers: View a selection of movie images and watch trailers.
- Personalized watchlist: Manage your own watchlist of movies.
- Interactive user interface: Enjoy an intuitive and user-friendly bot experience.
To use the bot, follow these steps:
- Install the required dependencies:
pip install python-telegram-bot==13.3
- Obtain your Telegram Bot API key and IMDb API key.
- Replace the placeholder API keys in the code with your actual API keys.
- Run the bot script:
python Telegram_IMDb_Bot.py
- Start a chat with the bot in Telegram and explore its features.
Feel free to clone the repository and customize the bot to suit your needs. Contributions and feedback are always welcome!