Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to chat to irc from slack #12

Open
morenoh149 opened this issue Oct 4, 2014 · 9 comments
Open

ability to chat to irc from slack #12

morenoh149 opened this issue Oct 4, 2014 · 9 comments

Comments

@morenoh149
Copy link

Is there any interest in adding the ability to use a slack outgoing webhook to communicate with this script. Then have this script speak to the irc channel. We would prefix the string with the initiating slack user's slack username.

@morenoh149
Copy link
Author

I could sleep knowing I could implement this. Please review this fork morenoh149/slack-irc-plugin@jimmyhillis:master...master
thoughts

this fork is consistent with the current slack incoming/outgoing webhook api. I'm currently running a slack channel where I can post to my private server and the server relays the message to irc and vice versa.

@morenoh149
Copy link
Author

just to confirm this is what slack instructed after creating the incoming webhook.
I believe the current script does not follow these instructions because I couldn't get it to work. I may be wrong though
team integration

@jimmyhillis
Copy link
Owner

This is a great idea. It's been in my plans for a long time (I have a branch started with it, but haven't finished it) so thank you for the effort. If you want to do a Pull Request I can give your code a review and we'll see what we can merge in? I might have a look at my outstanding branch as well and see if we can't come up with something between the two of them.

@dylangrafmyre
Copy link

Slack has changed the Incoming Webhook syntax. I had to edit slacker.js to reflect not needing a orgname and just using the token evironment variable which is now just a web hook url without the orgname and assigned token.

dylangrafmyre@5d5bedc

@dwasyluk
Copy link

This is awesome and exactly what I was looking for- thanks for the addition! Please issue a PR ;)

@slash-zero
Copy link

Is this feature fully implemented and functional? If so, this is great! Thanks for doing it.

@morenoh149
Copy link
Author

@slash-zero no. If you fix up the code make sure to push upstream

@Jaykul
Copy link

Jaykul commented Feb 19, 2015

I've got it working using the slack bot hook (so there's only one "integration"). I can send you a PR

@Pwn9
Copy link

Pwn9 commented Mar 22, 2015

This would be pretty cool..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants