Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.16 KB

File metadata and controls

44 lines (29 loc) · 1.16 KB

Welcome to Movie Rating Bot 👋

Movie Rating Bot built for Telegram using the Telegram API. Bot responds with a rating for a TV show or a movie that is inputted. Currently only supports movie ratings for IMdB. Movie and TV ratings are supported for Rotten Tomatoes and Metacritic. OMdB API was used for fetching ratings from IMdB and BeautifulSoup was used to scrape ratings from Rotten Tomatoes and Metacritic.

Install

pip install -r requirements.txt

Usage

python movie_rating.py

Demo

  • To be added

To do

  • Improve conversation handling
  • Add support for TV shows on IMdB
  • Add Selenium support to prevent broken URLs while fetching through BeautifulSoup alone
  • Better handling of exceptions for incorrect movie name

Author

👤 Shreyas Thirumalai

Show your support

Give a ⭐️ if you liked it!


This README was generated with ❤️ by readme-md-generator