Skip to content

Mahdi-Savoji/IMDB-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie and Series Search Bot

This is a Telegram bot developed using the Telegram Bot API and IMDb API to search for movies and series information.

Features

  • 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

Getting Started

To use this bot, follow these steps:

  1. Start a chat with the bot.
  2. Choose your preferred language.
  3. Select the type of content you want to search for (movie or series).
  4. Type the name of the movie or series you want to search for.
  5. Enjoy the detailed information provided by the bot!

Dependencies

for install dependencies use:

pip install -r requirements.txt

Configuration

Before running the bot, you need to obtain API keys for the Telegram Bot API and IMDb API and configure them in the code.

Deployment on PythonAnywhere

You can also deploy the bot on platforms like PythonAnywhere. Follow these steps:

  1. Sign up for a PythonAnywhere account (if you haven't already).

  2. Upload your bot script and requirements.txt file to your PythonAnywhere account.

  3. 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

  4. Configure the necessary API keys in your bot script.

  5. Run the bot script using PythonAnywhere's web interface or terminal.

Output

Here is a preview of the bot in action:

Bot Preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages