Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.46 KB

File metadata and controls

44 lines (29 loc) · 1.46 KB

Mission

Using Hubot, write a bot that automagically replies to specific words on the Ryver chatroom.

Documentation and code you will need

  • Ryver API
  • HUBOT : Hubot is your friendly robot sidekick. Install him in your company to dramatically improve employee efficiency.
  • RyverApp/hubot-ryver : Hubot adapter for Ryver

info you will need

HUBOT_RYVER_USERNAME: @hubot
HUBOT_RYVER_PASSWORD: Y0L000Yeah!
HUBOT_RYVER_APP_URL : becode.ryver.com

things it should do

Basically, autoreply to keywords with useful information.

For example :

whereami -> launch google maps
late -> creates a reply with this message :

Don't forget to send beforehand an email to your coaches and admin@becode.org to inform them that you will be absent / late. github-> autoreply github.com/becodeorg . help-> the available list of commands.

Feel free to add more ideas, like :

joke -> fetches a joke from a joke web service kitten-> fetches a kitten Gif from a kitten web service. ...

Deliverable