Home

Awesome

hackchat-hs

hackchat-hs is a Haskell library for writing hack.chat bots.

Installation

Usage

import HackChat

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

License

This project is under the MIT License.