Skip to content

Node.js + Telegram Bot API + TMDB API = Movie Bot

Notifications You must be signed in to change notification settings

shankarnakate144/MovieBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISE Project Telegram Movie Bot

alt text

How to use:

  1. Use /movie movieTitle command to search info about the movie.
  2. Use /cast personName command to search for a given person.
  3. Use /genres command to look for movies with given genre.

Used technologies:

  1. [node-telegram-bot-api] (https://github.com/yagop/node-telegram-bot-api) 'npm i node-telegram-bot-api'
  2. [TheMovieDB API] (https://www.themoviedb.org)
  3. [MovieDB API node.js Library] (https://github.com/impronunciable/moviedb )'npm install moviedb --save'

About

Node.js + Telegram Bot API + TMDB API = Movie Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%