This is a Telegram bot developed using the Telegram Bot API and IMDb API to search for movies and series information.
- Search for movies and series by name
- Retrieve detailed information about movies and series including plot, ratings, cast, etc.
- Inline search support for quick results
To use this bot, follow these steps:
- Start a chat with the bot.
- Choose your preferred language.
- Select the type of content you want to search for (movie or series).
- Type the name of the movie or series you want to search for.
- Enjoy the detailed information provided by the bot!
for install dependencies use:
pip install -r requirements.txt
Before running the bot, you need to obtain API keys for the Telegram Bot API and IMDb API and configure them in the code.
You can also deploy the bot on platforms like PythonAnywhere. Follow these steps:
-
Sign up for a PythonAnywhere account (if you haven't already).
-
Upload your bot script and
requirements.txt
file to your PythonAnywhere account. -
Create a new virtual environment on PythonAnywhere and install the dependencies using pip:
mkvirtualenv --python=/usr/bin/python3.8 myenv pip install -r requirements.txt
-
Configure the necessary API keys in your bot script.
-
Run the bot script using PythonAnywhere's web interface or terminal.
Here is a preview of the bot in action: