castiron / gimli-chat

Gimli the Chat Bot
1 stars 0 forks source link

Create an anonymous voting system #1

Open munsonbh opened 9 years ago

caseywilliams commented 9 years ago

Neat, I wanna try this

gblair commented 9 years ago

:+1: The prob with Gimli/Hubot in this regard is that it only operates in public channels, and to interact with it, you must post a message. So there goes your anonymity. However, Slack allows you to create custom slash commands (see Integrations page in Slack). You might be able to set something up that uses those, and doesn't output anything.

munsonbh commented 9 years ago

Then you don’t need gimli to be anonymous at all? It would just be the slash commands adding to the tallies?

On Jan 22, 2015, at 10:08 AM, Gabe Blair notifications@github.com wrote:

The prob with Gimli/Hubot in this regard is that it only operates in public channels, and to interact with it, you must post a message. So there goes your anonymity. However, Slack allows you to create custom slash commands. You might be able to set something up that uses those, and doesn't output anything.

— Reply to this email directly or view it on GitHub.

zdavis commented 9 years ago

https://castiron.slack.com/services/new/slash-commands

Looks like we'd have to setup an HTTP endpoint for it to work. Does the heroku instance that's running Gimli have the ability to respond to GET or POST requests?