Skip to content

This telegram bot can be used to get wallpapers, movie or TV series info, etc. This bot can be found on telegram as "wmtv_bot".

Notifications You must be signed in to change notification settings

Krish-Depani/Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Telegram-Bot

This telegram bot can be used to get wallpapers, movie or TV series info, etc. This bot can be found on telegram as "wmtv_bot"(https://t.me/wmtv_bot).

Welcome to the Telegram-Bot!

Description

This bot was created just for the learning purpose. The code is written in python. I have used several python libraries in order to get easy access to some APIs.

APIs used in bot

In this project following API Libraries are used:

  1. pyTelegramBotAPI
  2. pexels-api
  3. tmdbv3api

Usage

Below message is displayed when user starts the bot for first time and clicks on the help command.

Start and help message

  • Commands

  1. wallpapers This command can be used to get wallpapers with specified name and number of wallpaper.

wallpapers

  1. movie info This command can be used to get info like poster, trailer and ratings, overview, etc. of specified movie.

movie info

  1. tvseries info This command can be used to get info like poster, trailer, number of episodes & seasons, etc. of specified tvseries.

tvseries info

  1. movie recommendations This command can be used to get recommendations of specified movie. The recommendations are made using genre, series, etc. of the specified movie.

movie recommendations

  1. tvseries recommendations This command is same as movie recommendations, this one differs as it recommends tvseries.

tvseries recommendations

  1. popular movies This command is used to get popular movies based on a particular genre.

popular movies

  1. popular tvseries This command is used to get popular tvseries based on a particular genre.

popular tvseries

  1. get trailer This command gives you the trailer of movie or tvseries.

get trailer

Conclusion

tmdbv3api was used for all the movie and tvseries stuff. This API library is created based on the famous website The Movie Database (TMDB).

pexels-api was used for the wallpapers. This API library is created based on website Pexels

pyTelegramBotAPI was used for creating the telegram bot.

Thanks for visiting!!

About

This telegram bot can be used to get wallpapers, movie or TV series info, etc. This bot can be found on telegram as "wmtv_bot".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages