From 7a7ce48ee3ff9564f21acae84fb3ff5cc30bf727 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Wed, 2 Dec 2015 00:44:54 -0600 Subject: [PATCH] Slack bot example --- code_to_learn_from.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code_to_learn_from.md b/code_to_learn_from.md index cda88d0..b503cc6 100644 --- a/code_to_learn_from.md +++ b/code_to_learn_from.md @@ -42,10 +42,11 @@ Code listed isn't necessarily complete or a usable product. The point is that th - https://hackage.haskell.org/package/slack-api -### Slack bot libraries/frameworks +### Slack bots -- https://github.com/hlian/linklater +- https://github.com/hlian/linklater library/framework +- https://github.com/twopoint718/spocks-brain example bot/app ## Chat application in Servant + React