hackchat-hs

August 16, 2024 ยท View on GitHub

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 your stack.yaml or cabal project dependencies.

Usage

import HackChat

main :: IO ()
main = do
    chat <- connectToChannel "FunctionalBot" "programming"
    runDaemon chat

License

This project is under the MIT License.