Questions tagged [campfire]
11 questions
4
votes
1 answer
How do I get hubot to list all the users in the current campfire chatroom?
I've got hubot (https://github.com/github/hubot) running in a campfire chatroom.
I'm trying to make a script which shows all of the logged in users in the chatroom.
The default hubot show users command doesn't seem to find all of the logged in…

k107
- 15,882
- 11
- 61
- 59
2
votes
1 answer
Adding post commits to Rails application?
I am using the following gem in my rails application:
http://github.com/fnando/post_commit
I am trying to learn how to send data to service providers such as Campfire on creation of a record in my application.
Using Campfire as a test I have the…

dannymcc
- 3,744
- 12
- 52
- 85
1
vote
1 answer
Join to campfire room with curl
I try to join in campfire room with campfire room api with curl.
I try:
curl -v -H "Content-Type: application/json" -i --user my_token:my_password https://camp111.campfirenow.com/room/test_room/join.json
I got response:
You are being…

0xAX
- 20,957
- 26
- 117
- 206
1
vote
0 answers
how to send a system message to campfire, using API?
I've seen something like this in GitHub blog:
The question is: How to send a system messaget (the one with green background)? I really want to send deploy message that way, it would really help our team chat. Or is it all userscripts? :(

Valentin Golev
- 9,965
- 10
- 60
- 84
0
votes
2 answers
How to post non-ascii data to Campfire?
Here is a test Node.js application:
body = {
"message": {
"body": "hello", //it works
// "body":"привет", //doesn't work
"type":"TextMessage"
}
};
body = JSON.stringify(body);
headers = {
'Authorization': 'Basic…

NilColor
- 3,462
- 3
- 30
- 44
0
votes
1 answer
How to ping hubot deployed on heroku
I have simple hubot app deployed at heroku. I have set the procfile and its running properly when I check the logs using heroku logs -t
coffee script:
module.exports = (robot) ->
robot.hear /room/i, (res) ->
res.send "welcome " +…

kittu
- 6,662
- 21
- 91
- 185
0
votes
1 answer
cant git push heroku master - buildpacks
well simply this is what i am getting;
sa@sa-VPCW11S1E:/opt/hubot/bin$ heroku buildpacks
=== young-everglades-12415 Buildpack URL
heroku/java
sa@sa-VPCW11S1E:/opt/hubot/bin$ sudo git push heroku master
Counting objects: 3, done.
Delta…

madnomad10011
- 341
- 2
- 6
- 19
0
votes
1 answer
Hubot not setting up properly: "hubot-redis-brain: using default redis..."
I have looked at the information on Hubot on their own actual website, I have tried everything, I have been on this problem for nearly just over a day and a half worth of hours.
I am installing Hubot on a Virtual Machine using Linux, I would like…

Danny Watson
- 165
- 5
- 24
0
votes
1 answer
find all _stringbetween occurrences within a webpage
I am working on an AutoIT script to find select messages withing a chatroom type webpage, I have no problem with placing the sent text between two special characters to make them easier to find, also to filter out all of the unwanted stuff. the…

Raymwolfe
- 18
- 5
0
votes
2 answers
Giant series of errors when deploying Hubot
I am installing hubot on Linux, and followed the instructions, receiving no errors.
However, when I try to actually run my hubot, I encounter problems. First I tried daemonizing hubot according the the instructions at the very end of the linked…

beth
- 1,916
- 4
- 23
- 39
0
votes
1 answer
Persistently setting Hubot's Campfire variables on *nix
I have successfully set up a Hubot with variables set according to the Campfire adapter README, but when I restart my shell the variables are no longer set. How can I set these variables in a way that persists across shell sessions?

beth
- 1,916
- 4
- 23
- 39