campfire

    0熱度

    2回答

    下面是測試的Node.js應用: body = { "message": { "body": "hello", //it works // "body":"привет", //doesn't work "type":"TextMessage" } }; body = JSON.stringify(body); headers =

    3熱度

    1回答

    我有hubot(https://github.com/github/hubot)在篝火聊天室中運行。 我試圖做一個腳本,顯示聊天室中的所有登錄用戶。 默認的hubot show users命令似乎無法找到所有登錄的用戶。 非工作僞 module.exports = (robot) -> robot.respond /users$/i, (msg) -> for user in

    0熱度

    1回答

    上設置Hubot的Campfire變量我已經成功設置了一個Hubot,其變量根據Campfire adapter README設置,但是當我重新啓動shell時,變量不再設置。如何以跨越shell會話的方式設置這些變量?

    0熱度

    2回答

    我在Linux上安裝hubot,並且遵循the instructions,沒有收到任何錯誤。 但是,當我試圖實際運行我的hubot時,遇到問題。首先,我根據鏈接教程最後的說明嘗試了daemonization hubot。 start hubot返回了錯誤start: Unknown job: hubot。所以我備份,並試圖/opt/hubot/bin/hubot --name Ro\ Bot --

    0熱度

    1回答

    我在heroku部署了簡單的hubot應用程序。我已經設置了procfile及其運行正常,當我檢查使用heroku logs -t 咖啡腳本日誌: module.exports =(機器人) - > robot.hear /room/i, (res) -> res.send "welcome " + res.message.room procfile: web: bin/hubot

    0熱度

    1回答

    我已經在自己的實際網站上看過Hubot的信息,我已經試過了一切,我一直在這個問題上近只需一天半的時間。 我正在使用Linux一個虛擬機安裝Hubot,我想獲得它營火旁工作。 到目前爲止,我已經建立了Hubot,爲bot設置了我自己的個人細節,它被稱爲Tron。 我已經然後去出口令牌, 我出口房間作爲 「 export HUBOT_CAMPFIRE_ROOMS="123456"」 然後我出口賬號:

    2熱度

    1回答

    我用我的Rails應用程序下面的寶石: http://github.com/fnando/post_commit 我想學習如何在我的應用程序發送數據到服務提供商,如篝火上創造的記錄。 使用營火作爲測試在我kase.rb模型我有以下幾點: # Campfire post_commit :campfire do authorize :subdomain => "XXXXXXXXXX", :to

    1熱度

    1回答

    我嘗試加入篝火與篝火room api與蜷縮。 我嘗試: curl -v -H "Content-Type: application/json" -i --user my_token:my_password https://camp111.campfirenow.com/room/test_room/join.json 我得到了響應: <html><body>You are being <a hre

    0熱度

    1回答

    簡而言之,這就是我所得到的; [email protected]:/opt/hubot/bin$ heroku buildpacks === young-everglades-12415 Buildpack URL heroku/java [email protected]:/opt/hubot/bin$ sudo git push heroku master Counting objec