/chatops-for-dummies

Chatops workshop for førsteårsstudenter

Primary LanguageJavaScript

Kjøring av hubot

Pass på at du er inne i chatops-for-dummies-mappa

Du kan da kjøre boten lokalt ved å gå inn i et vindu i terminalen, husk å restarte botten hver gang du har gjort en endring i koden

sh ./bin/hubot

Hvis boten kjører vil du få følgende output i terminalen:

[Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379
hubot>

Du kan se hva slags ferdigheter boten her med å kjøre hubot help i terminalen.

hubot> hubot help
hubot animate me <query> - The same thing as `image me`, except adds [snip]
hubot help - Displays all of the help commands that hubot knows about.

     ... For å snakke med huboten i terminalen

hubot> hubot hei

Om hubot

hubot er en chat bot bygd på Hubot-rammeverkey. It was initially generated by generator-hubot, and configured to be deployed on Heroku to get you up and running as quick as possible.

This README is intended to help get you started. Definitely update and improve to talk about your own instance, how to use and deploy, what functionality is available, etc!