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-hsto your Haskell project. You can include it in yourstack.yamlorcabalproject dependencies.
Usage
import HackChat
main :: IO ()
main = do
chat <- connectToChannel "FunctionalBot" "programming"
runDaemon chat
License
This project is under the MIT License.