[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

hubotに関するginpeiのブックマーク (2)

  • HubotとTwilio APIを使ってSlackから電話をかけてピザを注文してみる - Qiita

    はじめに 極端に面倒臭がり屋なぼくは、 Slack から出前ピザが注文できたらいいなと思いついたので Hubot スクリプトを書いてみることにしました。 実行例 hubot call +818044431800 起きろ! てな感じで命令すると、電話して合成音声でメッセージを話してくれます。画像の電話番号は僕の携帯ですが、モザイクをかけるのも面倒なので気にしないでください。 電話番号に + がない場合 Twilio は from 番号と同じ国番号を使うそうなので、この例では頭の 0 を取った番号に日の国番号 +81 を追加しています。 Hubot の導入 導入については下記の記事を参考にしてください。bouzuya さんかっこいいです。 Slack で Hubot を使えるようにする Hubot / ChatOps とは Twilio への登録、ID の取得など 電話をかけるために、なには

    HubotとTwilio APIを使ってSlackから電話をかけてピザを注文してみる - Qiita
    ginpei
    ginpei 2016/07/01
    電話をかけるAPI、Twilioを利用してSlackチャットから注文する。通話内容も合成音声なので自動。
  • Testing Hubot Scripts - Andrew Mussey

    Note: This guide currently works for Hubot versions up to 2.13.2. There are incompatibilities between the testing library and the async module introduced in Hubot version 2.14.0. The Cloud Control Panel team uses a fork of Github’s Hubot for a large variety of tasks. Everything from our deployment pipeline to cross team communication is integrated with with our customized version of the IRC bot. A

    ginpei
    ginpei 2016/02/10
    Hubotの試験をする方法。hubot-test-helperで疑似的なチャットルームを作成し、その中での会話を確認する。モックを用いた高度な試験も。
  • 1