@hackage telegram-bot-simple0.13
Easy to use library for building Telegram bots.
Categories
License
BSD-3-Clause
Maintainer
nickolay.kudasov@gmail.com, Andrey Prokopenko <persiantiger@yandex.ru>
Links
Versions
Installation
Dependencies (30)
- aeson
- aeson-pretty
- async
- base >=4.9 && <5
- bytestring
- cron >=0.7.0 Show all…
Dependents (3)
@hackage/proof-assistant-bot, @hackage/dbmonitor, @hackage/lambdabot-telegram-plugins
Package Flags
examples
(off by default)
Build examples
telegram-bot-simple
Easy to use library for building Telegram bots in Haskell.
LambdaConf 2018 workshop
This library was featured in a LambdaConf 2018 workshop. The supplementary materials for the workshop is available at https://github.com/fizruk/lambdaconf-2018-workshop.
Examples
See bot examples here: https://github.com/fizruk/telegram-bot-simple/tree/master/telegram-bot-simple/examples
Use cabal build all -fexamples to build it.
If you are building with stack then use stack build --flag telegram-bot-simple:examples.
Contributing
Contributions are welcome! Feel free to ping me on GitHub, file an issue or submit a PR :)
Compatibility
| telegram-bot-api | telegram-bot-simple |
|---|---|
| 0.10 | 6.5 |
| 0.11.1 | 6.5.1 |
| 0.12 | 6.7 |
| 0.13 | 7.0 |
Nick