Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aish2002/Movie-Info-Telegram-Bot

A telegram bot which scrapes IMDb website to get details on movies and TV shows
https://github.com/aish2002/Movie-Info-Telegram-Bot

bot python telegram-bot webscraping

Last synced: 3 months ago
JSON representation

A telegram bot which scrapes IMDb website to get details on movies and TV shows

Awesome Lists containing this project

README

        

# Movie Info Telegram Bot

## Description
A telegram Bot made using python which scrapes IMDb website and has the following functionalities
1. Replies to a movie name with genre and rating of the movie
2. Replies to a genre with a list of top movies and tv shows belonging to that genre

## Setup Instructions

1. Install required packages:

pip install -r requirements.txt

2. Create a bot in telegram:

1. Go to @BotFather and click /start and type /newbot and give it a name.
2. Choose a username and get the token
3. Paste the token in a .env file

4. Run the python script to start the bot

5. Type /start command to start conversation with the chatbot.

6. Type /name to get the genre and Rating of the movie. The bot replies with atmost three results.
7. Type /genre \ to get a list of movies and TV shows belonging to that genres