GitXplorerGitXplorer
p

space-bot

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
59785695572c52f3b0a44d188c967d576d7bf9c0

Added available commands to README

ppierredup committed 9 years ago
Unverified
126081b58af734a78930130a99d9a12b709df862

Added link to demo instance

ppierredup committed 9 years ago
Unverified
1c1931955e9058baa68b0986f1b9420659754de5

Bump NPM version

ppierredup committed 9 years ago
Unverified
d4d2e24e2b9f5ff4b564a2f07cec9c56592116dd

Removed console.log calls

ppierredup committed 9 years ago
Unverified
a8c069abddfdc5930523d32ed2dab5b4740ec160

Added hubot-scripts keyword

ppierredup committed 9 years ago
Unverified
5926ae318bfba21e217813f0c13807effe4bd143

Initial Commit

ppierredup committed 9 years ago

README

The README file for this repository.

hubot-space-bot

A simple hubot script that gives you information about space movies

See src/space-bot.coffee for all the available commands.

Installation

In hubot project repo, run:

npm install hubot-space-bot --save

Then add hubot-space-bot to your external-scripts.json:

[
  "hubot-space-bot"
]

Sample Interaction

user1>> hubot what year was Prometheus made
hubot>> Prometheus was made in 2012

user1>> hubot what is the plot for men in black II
hubot>> Agent J needs help so he is sent to find Agent K and restore his memory.

Available commands

  • show me all space movies
  • wh(ich|at) year was (.*) made
    • E.G what year was Apollo 13 made
  • who directed (.*)
    • E.G who directed Avatar
  • what is the plot for (.*)
    • E.G what is the plot for men in black ii
  • what is the tomato rating for (.*)
    • E.G what is the tomato rating for aliens
  • show me the poster for (.*)
    • E.G show me the poster for Avatar
  • who wrote (.*)
    • E.G who wrote District 9
  • who starred in (.*)
    • E.G who starred in men in black
  • how many (.*) (movies|series)
    • E.G how many star trek movies was made
    • E.G how many star trek movies exists
  • list all (.*) (movies?|series)
    • E.G list all star wars movies

Demo

To test the bot or play around with it, you can join the Slack group https://botmakers.slack.com, then join the #test-space-bot channel