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.
wallpapersThis command can be used to get wallpapers with specified name and number of wallpaper.
movie infoThis command can be used to get info like poster, trailer and ratings, overview, etc. of specified movie.
tvseries infoThis command can be used to get info like poster, trailer, number of episodes & seasons, etc. of specified tvseries.
movie recommendationsThis command can be used to get recommendations of specified movie. The recommendations are made using genre, series, etc. of the specified movie.
tvseries recommendationsThis command is same asmovie recommendations, this one differs as it recommends tvseries.
popular moviesThis command is used to get popular movies based on a particular genre.
popular tvseriesThis command is used to get popular tvseries based on a particular genre.
get trailerThis 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.








