StudBot – Quick Aside – Local setup



StudBot – Quick Aside – Local setup

0 0


studbot-presentation

a quick overview of studbot

On Github brianchitester / studbot-presentation

StudBot

A handsome hubot for the Vistaprint Studio Team

Created by you.

Github

Quick Aside

This presentation was created with reveal.js

What is Hubot?

Hubot is a chat bot written by the good people at GitHub.

Local setup

Use npm to install the following packages globally:

npm install -g yo coffee-script generator-hubot

Clone the hubot repo and install packages

git clone https://github.com/github/hubot.git
cd hubot
npm install

Start Hubot

bin/hubot

Talk to your bot

Hubot> sup StudBot
sup

Adding external scripts

Three sources for loading scripts:

  • Automatically bundled scripts in scripts/
  • Community scripts in the hubot-scripts npm package
  • Scripts loaded from external npm packages specified in external-scripts.json

Find scripts by running

npm search hubot-scripts <your-search-term>

Writing your own scripts

Full scripting docs here

Contributing to StudBot

Visit the StudBot GitHub repo

  • Submit an issue or feature request.
  • Resolve an issue.
  • Become a colaborator and add whatever you want!

Thanks

  • Thanks to Christina for giving life to StudBot.
  • Thanks to Tommy for tons of Hubot info.
  • Thanks to the contributors making StudBot more handsome every day!
StudBot A handsome hubot for the Vistaprint Studio Team Created by you. Github