Giter Site home page Giter Site logo

Comments (148)

patcon avatar patcon commented on May 28, 2024

Maybe outgoing webhooks?
https://myteam.slack.com/services/new/outgoing-webhook

from hubot-slack.

modius avatar modius commented on May 28, 2024

When I was using HipChat you could send private HUBOT commands to a personal room with you and the HUBOT; HUBOT has to have its own user account.

Feels like I should be able to have HUBOT requests picked up in the "slackbot" direct chat window.

However it's handled, we really need the option to talk to HUBOT privately rather than polluting a channel with stuff. For now, should i be setting up a private channel for just me to talk to HUBOT on my lonesome?

from hubot-slack.

patcon avatar patcon commented on May 28, 2024

Yeah, ability to rename slackbot to whatever your bot is, and to message him directly, would largely solve the root problem in a really clear way for end-users.

We created a #hubot channel and use it to run loud commands, talk about hubot, and test out new scripts. (Having said that, I've probably overloaded that room with too many uses :)

from hubot-slack.

modius avatar modius commented on May 28, 2024

A good start would be a flag on hubot integration to allow listening to slackbot 'channel'. That way we can chat privately to the service and nothing tricky is involved.

I'm not in favour of renaming poor slackbot ;)

from hubot-slack.

orlando avatar orlando commented on May 28, 2024

any updates on this, I really want this feature,

btw.. Happy new year!

from hubot-slack.

andyfowler avatar andyfowler commented on May 28, 2024

Hate to comment with a simple +1, but this is a pretty important one to us.

Our support team interacts with our Hubot throughout the day, and it's nice to have a separate "channel" just for that interaction. Overloading slash-commands wouldn't be as ideal.

from hubot-slack.

grantmd avatar grantmd commented on May 28, 2024

This is definitely coming, and is more something that needs to be supported on the Slack side. We're working on it in a general fashion for all integrations.

from hubot-slack.

orlando avatar orlando commented on May 28, 2024

👍 yeah I hate to bump the thread without any contribution, but we can't do much about it in the hubot-slack side.

@grantmd thanks for the hard work

from hubot-slack.

altryne avatar altryne commented on May 28, 2024

👍

from hubot-slack.

cmalven avatar cmalven commented on May 28, 2024

👍

from hubot-slack.

patcon avatar patcon commented on May 28, 2024

This can be done without Slack's help :) Just have the adapter expose an endpoint to receive the payload from a /hubot slash command:
https://myteam.slack.com/services/new/slash-commands

EDIT: Wait. Confused. Just saw @grantmd's comment above... Am I wrong on that?

EDIT2: Ah. Incoming webhooks don't work for private messages. That's the hold-out, I guess :)

from hubot-slack.

evansolomon avatar evansolomon commented on May 28, 2024

Incoming webhooks don't work for private messages

Not that it's really being debated here, but just to clarify, I consider this a feature (not a bug).

from hubot-slack.

atmos avatar atmos commented on May 28, 2024

We replaced addressing our bot with / for the past few years and it's really convenient. I hate typing hubot image me pugs and the fact that slackbot is this thing that I don't use.

I'd love to be able to:

  • rename slackbot
  • alias all commands like /image me pugs to hubot image me pugs like this.

from hubot-slack.

patcon avatar patcon commented on May 28, 2024

@evansolomon 👍

from hubot-slack.

altryne avatar altryne commented on May 28, 2024

We went another way,
We needed Hubot to be behind firewall.
So instead of using this adapter, we talked to the slack team, and they suggested creating a "user" for hubot, and using the hubot-irc adapter.
Private messages work there seeing as hubot is one of the guys basically

from hubot-slack.

mseeks avatar mseeks commented on May 28, 2024

@altryne Did you have any more information about how to use hubot-irc with slack? I currently need the private message feature so if this method still works it'd be a great patch until this adapter has an official way.

from hubot-slack.

mseeks avatar mseeks commented on May 28, 2024

@altryne It took me a little while to find the IRC info in the dashboard, but I did so nevermind. Thanks anyway. :P

from hubot-slack.

orlando avatar orlando commented on May 28, 2024

@alirayl could you point out where's the information? thanks :)

from hubot-slack.

altryne avatar altryne commented on May 28, 2024

@orlando it's at https://my.slack.com/account/gateways
If the gateway for irc isn't there, you need to enable it, in the link above the page

from hubot-slack.

alirayl avatar alirayl commented on May 28, 2024

@orlando There's some general IRC/XMPP documentation to get you started at https://slack.zendesk.com/hc/en-us/articles/201727913-Connecting-to-Slack-over-IRC-and-XMPP. Please let me know if it's lacking in any way and I'll improve it!

from hubot-slack.

orlando avatar orlando commented on May 28, 2024

@alirayl @altryne thanks! 👍

from hubot-slack.

lusis avatar lusis commented on May 28, 2024

As a side note, we did the same thing (irc adapter to slack). We lose a bit of the richness of integrations formatting but that could be solved with a modified irc adapter that did a webhook to slack. In essence the irc adapter would be for listens but the webhook would be sending.

from hubot-slack.

lusis avatar lusis commented on May 28, 2024

Note that this was because we needed to protect our hubot behind a firewall as well.

from hubot-slack.

altryne avatar altryne commented on May 28, 2024

@lusis we did the same thing, hubot listens on irc, and responds over api if it's in a room, or via irc when it's a private 1on1 message

from hubot-slack.

lusis avatar lusis commented on May 28, 2024

@altryne well now I don't feel so silly thinking about shaving that yak 👍

from hubot-slack.

jeffbyrnes avatar jeffbyrnes commented on May 28, 2024

👍 to this as well (yes, I read all the comments, and realize it's mostly on Slack's side). Might go the IRC route for now.

@altryne any chance you could show how you tweaked your Hubot to listen on IRC & respond via API?

from hubot-slack.

altryne avatar altryne commented on May 28, 2024

Sure think @jeffbyrnes
Created a Gist for this
https://gist.github.com/altryne/885ae98ea36dd7c897f7

from hubot-slack.

jeffbyrnes avatar jeffbyrnes commented on May 28, 2024

Awesome, thanks!

from hubot-slack.

jeffbyrnes avatar jeffbyrnes commented on May 28, 2024

Should be pointed out, @grantmd gave a great response to the larger issue here (Hubot as a user) over on #1. Looks like they're exploring how best to handle that in Slack itself, so hopefully, with a little patience, well be able to DM the boy & see it in user lists in channels.

from hubot-slack.

arikscore avatar arikscore commented on May 28, 2024

👍
All comments are pretty old, even the ones promising an improved integration in the other thread.
Is there anything new on the issue?

from hubot-slack.

grantmd avatar grantmd commented on May 28, 2024

Very sorry for the radio silence on this, as I didn't want to say anything until I was more sure.

We are "weeks" away from the release of a new adapter as well as a ton of backend work to allow more integrations to do the things that the new adapter will do (can join private rooms, can be DMd, can be invited/kicked from rooms, will show up in presence lists, will autocomplete the username, etc).

Prior to the full release, we will be doing a beta of this new adapter. When we're ready to do that, I'll be contacting everyone who has asked about it on here. Thanks for your patience!

from hubot-slack.

ESPNMichaelKidd avatar ESPNMichaelKidd commented on May 28, 2024

@grantmd I'd also be interested in the beta adapter, as it's available. Thanks for the hard work.

from hubot-slack.

myusuf3 avatar myusuf3 commented on May 28, 2024

ummm I would like this new adapter swag if possible too. thanks @grantmd

from hubot-slack.

bobrik avatar bobrik commented on May 28, 2024

@grantmd count me in

from hubot-slack.

speier avatar speier commented on May 28, 2024

@grantmd great news, i'm definitely interested in a beta adapter as well, keep up the good work.

from hubot-slack.

altryne avatar altryne commented on May 28, 2024

@grantmd will the new adapter be able to sit behind a firewall?
The current set-up we have at @Fundbox is we're connecting our own hubot with irc-adapter to the irc gateway. This allows for all the things you've written, DMs, etc', and he can send messages via incoming webhook to slack as well.
But it would be nice to remove one member of the team for a more robust integration you @slack devs

from hubot-slack.

dinesh2609 avatar dinesh2609 commented on May 28, 2024

@grantmd great news, i'm interested in a beta adapter as well. Awesome work Guys!

from hubot-slack.

Taytay avatar Taytay commented on May 28, 2024

I was reading through this a few hours ago, and am relieved to see @grantmd 's message now! That's great news! 👍

from hubot-slack.

chriscohoat avatar chriscohoat commented on May 28, 2024

@grantmd count me in too! Appreciate all of the hard work.

from hubot-slack.

interskh avatar interskh commented on May 28, 2024

👍 Thanks @grantmd for the hard work! Would love to test beta adaptor 😄

from hubot-slack.

johnallendyer avatar johnallendyer commented on May 28, 2024

That's awesome @grantmd. If you need more eyes on it, count me in for the beta.

from hubot-slack.

aendra-rininsland avatar aendra-rininsland commented on May 28, 2024

+1 for beta — sounds rad.

from hubot-slack.

aughban avatar aughban commented on May 28, 2024

beta would be great.

from hubot-slack.

jeffbyrnes avatar jeffbyrnes commented on May 28, 2024

👍

from hubot-slack.

bfirsh avatar bfirsh commented on May 28, 2024

👍 would also be interested!

from hubot-slack.

tshedor avatar tshedor commented on May 28, 2024

+1 really appreciate this adapter and the work being done. Please count me in for the beta

from hubot-slack.

pefernandez avatar pefernandez commented on May 28, 2024

Yes! what I've been waiting for to take our Hubot to a new level.

from hubot-slack.

wagmiwiz avatar wagmiwiz commented on May 28, 2024

Also interested in beta testing the new adapter, good stuff!

from hubot-slack.

MarkPfennig avatar MarkPfennig commented on May 28, 2024

also interested!

from hubot-slack.

iamhabitat avatar iamhabitat commented on May 28, 2024

I'm interested in the beta as well. Nice job!

from hubot-slack.

patbos avatar patbos commented on May 28, 2024

Also interested in beta!

from hubot-slack.

tanookiben avatar tanookiben commented on May 28, 2024

+1 😍

from hubot-slack.

jreichenberg avatar jreichenberg commented on May 28, 2024

+1 for beta testing...

from hubot-slack.

despairblue avatar despairblue commented on May 28, 2024

@grantmd I'm also interested in beta testing.

from hubot-slack.

akira-hamada avatar akira-hamada commented on May 28, 2024

@grantmd sounds great!! can I try it when it is ready?

from hubot-slack.

rowleyaj avatar rowleyaj commented on May 28, 2024

@grantmd Another for the beta testing please

from hubot-slack.

igor47 avatar igor47 commented on May 28, 2024

i would also be interested in the beta

from hubot-slack.

bdashrad avatar bdashrad commented on May 28, 2024

@grantmd I'd also be interested in trying the beta when it's available.

from hubot-slack.

davidmatas avatar davidmatas commented on May 28, 2024

👍 @grantmd me too

from hubot-slack.

webhat avatar webhat commented on May 28, 2024

👍 for beta

from hubot-slack.

hexedpackets avatar hexedpackets commented on May 28, 2024

@grantmd I'd love to try out the beta as well!

from hubot-slack.

justjake avatar justjake commented on May 28, 2024

@grantmd I'd like to be in the beta as well!

from hubot-slack.

conwayanderson avatar conwayanderson commented on May 28, 2024

My team would also like to be part of this beta. Thanks!

from hubot-slack.

jswanner avatar jswanner commented on May 28, 2024

My team would like to take part of this beta as well.

from hubot-slack.

bslobodin avatar bslobodin commented on May 28, 2024

Beta access please, 🍬.

from hubot-slack.

d-shi avatar d-shi commented on May 28, 2024

This is exciting! I would like to be part of the beta as well.

from hubot-slack.

geobmx540 avatar geobmx540 commented on May 28, 2024

would also love beta access

from hubot-slack.

enthouan avatar enthouan commented on May 28, 2024

Would love be a part of the beta access!

from hubot-slack.

piotrdubiel avatar piotrdubiel commented on May 28, 2024

I would like to be part of beta, please.

from hubot-slack.

mikehc avatar mikehc commented on May 28, 2024

Same here, our chat it's used by more than 100 people.

from hubot-slack.

albus522 avatar albus522 commented on May 28, 2024

@grantmd also interested

from hubot-slack.

phillipuniverse avatar phillipuniverse commented on May 28, 2024

@grantmd count me in for the beta to try this out! We love using Hubot+Slack and this would definitely take it to the next level for us!

from hubot-slack.

kevincennis avatar kevincennis commented on May 28, 2024

@grantmd also interested in the beta. Thanks!

from hubot-slack.

MarkPfennig avatar MarkPfennig commented on May 28, 2024

Is this being worked on? any ETA?

from hubot-slack.

sbrisko avatar sbrisko commented on May 28, 2024

@grantmd We would also be interested in the beta.

from hubot-slack.

grantmd avatar grantmd commented on May 28, 2024

It's pretty close. Not sure at this point if we'll do an official beta for hubot itself or just make it available to everyone.

from hubot-slack.

rufo avatar rufo commented on May 28, 2024

If there is a beta, I'd love to have it. Or if it's released, I'd be happy to use it :)

from hubot-slack.

akira-hamada avatar akira-hamada commented on May 28, 2024

sounds good 👍

from hubot-slack.

kenhowardpdx avatar kenhowardpdx commented on May 28, 2024

👍 Looking forward to this.

from hubot-slack.

colmdoyle avatar colmdoyle commented on May 28, 2024

As with the others, I'm keen to trial this.

from hubot-slack.

philsnow avatar philsnow commented on May 28, 2024

Please beta-enable me as well.

from hubot-slack.

davidchase avatar davidchase commented on May 28, 2024

👍 beta please :)

from hubot-slack.

ylansegal avatar ylansegal commented on May 28, 2024

Beta please, please :)

from hubot-slack.

philsnow avatar philsnow commented on May 28, 2024

(my specific case is that I want Hubot to be able to respond to e.g. a "hubot ping" from an external webhook integration; I'm not sure at all that this will work in the beta but I'd like to try it out)

from hubot-slack.

chibicode avatar chibicode commented on May 28, 2024

@grantmd i'd like to enroll in beta as well!

from hubot-slack.

jpklein avatar jpklein commented on May 28, 2024

@grantmd whether it's beta or public release, please count me in 👍

from hubot-slack.

beardpapa avatar beardpapa commented on May 28, 2024

I volunteer as tribute

from hubot-slack.

alexdixon avatar alexdixon commented on May 28, 2024

I like betas!

from hubot-slack.

dhoffmann avatar dhoffmann commented on May 28, 2024

I'd like to enroll if possible

from hubot-slack.

Davst avatar Davst commented on May 28, 2024

Interested in beta, looks like it has great promise!

from hubot-slack.

dgrebb avatar dgrebb commented on May 28, 2024

I'd love to get in on the beta as well! Cheers, @grantmd :)

from hubot-slack.

lukerollans avatar lukerollans commented on May 28, 2024

+1 for beta access. Our team uses a highly customized Hubot for development automation and some of the features discussed here would help us make output and reporting a lot cleaner.

from hubot-slack.

danielsmink avatar danielsmink commented on May 28, 2024

I'd love beta access as well once it's available.

from hubot-slack.

mcdan avatar mcdan commented on May 28, 2024

+1 for beta - would love to be able to use slack but having a bot behind the firewall is integral.

from hubot-slack.

colorstain avatar colorstain commented on May 28, 2024

+1 for beta access, thanks @grantmd

from hubot-slack.

domdoescode avatar domdoescode commented on May 28, 2024

+1 for beta too please! Thanks for all the hard work =D

from hubot-slack.

carera avatar carera commented on May 28, 2024

+1 beta plx

from hubot-slack.

halkon avatar halkon commented on May 28, 2024

+1 beta

from hubot-slack.

vinay-nadig-0042 avatar vinay-nadig-0042 commented on May 28, 2024

+1 for Beta access please!

from hubot-slack.

dferramosi avatar dferramosi commented on May 28, 2024

@grantmd I'm sure you are overwhelmed with requests but i would love access to that beta as well.

from hubot-slack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.