Skip to content

Chihaya-Yuka/hackchat-haskell-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.