Show HN: Kanye West bot interrupts your Slack conversations
1–10 of 12 posts
Re: Show HN: Kanye West bot interrupts your Slack conversations
#2Re: Show HN: Kanye West bot interrupts your Slack conversations
#3Re: Show HN: Kanye West bot interrupts your Slack conversations
#4Next up: A Stallman slack bot that interjects into any conversations that mention "Linux" to remind everyone that it's "GNU/Linux"
Re: Show HN: Kanye West bot interrupts your Slack conversations
#5Re: Show HN: Kanye West bot interrupts your Slack conversations
#6Next up: A Stallman slack bot that interjects into any conversations that mention "Linux" to remind everyone that it's "GNU/Linux"
Re: Show HN: Kanye West bot interrupts your Slack conversations
#7Next up: A Stallman slack bot that interjects into any conversations that mention "Linux" to remind everyone that it's "GNU/Linux"
Re: Show HN: Kanye West bot interrupts your Slack conversations
#8Looking at the source is very educational! I can't wait to take this whole solution and modify it with some company-specific features. It's really a wonderful introduction into using this Slack feature and to Heroku as well. Thanks for posting!
Re: Show HN: Kanye West bot interrupts your Slack conversations
#9trying it out. thanks.
Re: Show HN: Kanye West bot interrupts your Slack conversations
#10At first I was suspicious of this.. Slack sends every channel message out to be parsed by a script? That's not good! But once I looked at the source it all made sense. Yes, in order to operate properly you need to be sending every message in a channel to heroku so that it can do the .05% probability matching and not give a reply every time (or only on specific keywords). This is how most slack web hooks work. Looking…