telegram-bot-simple: Easy to use library for building Telegram bots.

[ bsd3, library, web ] [ Propose Tags ]
Versions [RSS] 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.5, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.6.2, 0.7, 0.8, 0.9, 0.10, 0.11, 0.11.1, 0.12, 0.13
Change log CHANGELOG.md
Dependencies aeson, aeson-pretty, async, base (>=4.9 && <5), bytestring, cron (>=0.7.0), filepath, hashable, http-api-data, http-client, http-client-tls, monad-control, mtl, pretty-show, profunctors, servant, servant-client, servant-multipart-api, servant-multipart-client, servant-server, split, stm, telegram-bot-api, template-haskell, text, time, transformers, unordered-containers, warp, warp-tls [details]
License BSD-3-Clause
Copyright Nickolay Kudasov
Author Nickolay Kudasov
Maintainer nickolay.kudasov@gmail.com, Andrey Prokopenko <persiantiger@yandex.ru>
Category Web
Home page https://github.com/fizruk/telegram-bot-simple#readme
Bug tracker https://github.com/fizruk/telegram-bot-simple/issues
Source repo head: git clone https://github.com/fizruk/telegram-bot-simple
Uploaded by swamp_agr at 2024-02-06T21:29:31Z
Distributions NixOS:0.13, Stackage:0.13
Reverse Dependencies 3 direct, 0 indirect [details]
Executables example-todo-bot, example-game-bot, example-echo-bot-webhook, example-echo-bot
Downloads 3707 total (81 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-06 [all 1 reports]

Readme for telegram-bot-simple-0.13

[back to package description]

telegram-bot-simple

Hackage Stackage LTS Stackage Nightly

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