Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chihaya-yuka/hackchat-haskell-bot

Hack.Chat's functional bot.
https://github.com/chihaya-yuka/hackchat-haskell-bot

functional-programming hackchat hackchat-bot hackchat-library haskell

Last synced: about 1 month ago
JSON representation

Hack.Chat's functional bot.

Awesome Lists containing this project

README

        

# hackchat-hs

`hackchat-hs` is a Haskell library for writing [hack.chat](https://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

```haskell
import HackChat

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

# License

This project is under the [MIT License](LICENSE).