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).
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.
In this project following API Libraries are used:
Below message is displayed when user starts the bot for first time and clicks on the help command.
wallpapers
This command can be used to get wallpapers with specified name and number of wallpaper.
movie info
This command can be used to get info like poster, trailer and ratings, overview, etc. of specified movie.
tvseries info
This command can be used to get info like poster, trailer, number of episodes & seasons, etc. of specified tvseries.
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.
tvseries recommendations
This command is same asmovie recommendations
, this one differs as it recommends tvseries.
popular movies
This command is used to get popular movies based on a particular genre.
popular tvseries
This command is used to get popular tvseries based on a particular genre.
get trailer
This command gives you the trailer of movie or tvseries.
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.