Awesome
hackchat-hs
hackchat-hs
is a Haskell library for writing hack.chat bots.
Installation
- To use this library, you will need to add
hackchat-hs
to your Haskell project. You can include it in yourstack.yaml
orcabal
project dependencies.
Usage
import HackChat
main :: IO ()
main = do
chat <- connectToChannel "FunctionalBot" "programming"
runDaemon chat
License
This project is under the MIT License.