Skip to content

Telegram bot that get info from imdb api and send it back to user

License

Notifications You must be signed in to change notification settings

averevki/Telegram_Movie_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Movie Bot

Telegram bot that provide users with information about their favorite movies. Bot getting movies info from imdb and omdb API.

Installation

$ git clone https://github.com/averevki/Telegram_Movie_Bot
$ pip install -r requirements.txt
$ python3 main.py

Preview

How to set up your own movie bot

First of all you will need to get free API keys from imdb and omdb. Then find a BotFather, he will help you to create your first bot.

Create your own bot, by picking his name and username, like it's shown on the picture:

After you get your bot api, you will be able to control your bot with python. Put all your collected api keys into bot:

You are ready to go!

Planned features

  • IMDB top 250
  • In theaters today
  • User reviews
  • Where to watch

Acknowledgement

OMDB API
IMDB API

Aleksandr Verevkin 2022