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