Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.82 KB

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