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

Bot listening to HTTP requests? #20

Closed
skatkov opened this issue Sep 20, 2015 · 1 comment
Closed

Bot listening to HTTP requests? #20

skatkov opened this issue Sep 20, 2015 · 1 comment

Comments

@skatkov
Copy link

skatkov commented Sep 20, 2015

I think about building a development supporting service that gathers key data and bot that will act as a middleman between this all. I've had a glance on examples and through bot code, and noticed that bot is listening only messages via websocket. I've seen sinatra used with example bots you provided, but didn't notice any cooperation between them :)

How could I do http call that will trigger bot to output something in channel?

@dblock
Copy link
Collaborator

dblock commented Sep 21, 2015

You mean via webhook? That doesn't really require any infratructure, so no need for slack-ruby-bot, you can see an example in https://github.com/dzucconi/emojify.

If you do think something can make things easier here, feel free to reopen an issue.

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

2 participants