Skip to content

ravikiranj/hubot-imdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-imdb

fetches imdb details about a movie

See src/imdb.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-imdb --save

Then add hubot-imdb to your external-scripts.json:

[
  "hubot-imdb"
]

Configuration

export HUBOT_OMDB_API_KEY="YOUR_API_KEY"

Sample Interaction

user1>> hubot movie spirited away
hubot>> Spirited Away (2001) - www.imdb.com/title/tt0245429
https://images-na.ssl-images-amazon.com/images/M/MV5BMzliMzYxOWEtMDQxNy00OWI4LWI0ZDktOTU2YTdhZWMzMDdjXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_SX300.jpg

Releases

No releases published

Packages

No packages published