Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chihaya-yuka/hackchat-haskell-bot
- Owner: Chihaya-Yuka
- License: mit
- Created: 2024-08-16T12:38:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:55:27.000Z (3 months ago)
- Last Synced: 2024-10-12T23:42:40.745Z (about 1 month ago)
- Topics: functional-programming, hackchat, hackchat-bot, hackchat-library, haskell
- Language: Haskell
- Homepage: https://hack.chat/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 HackChatmain :: IO ()
main = do
chat <- connectToChannel "FunctionalBot" "programming"
runDaemon chat
```# License
This project is under the [MIT License](LICENSE).