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

[ bsd3, library, web ] [ Propose Tags ]

Flags

Manual Flags

NameDescriptionDefault
examples

Build examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
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, 0.14, 0.14.1, 0.14.2, 0.14.3
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 (>=7.4.1), 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>
Revised Revision 1 made by swamp_agr at 2024-10-20T13:26:38Z
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-10-20T13:19:58Z
Distributions NixOS:0.14.1, Stackage:0.14.3
Reverse Dependencies 3 direct, 0 indirect [details]
Executables example-todo-bot, example-game-bot, example-echo-bot-webhook, example-echo-bot
Downloads 4219 total (125 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-10-20 [all 1 reports]

Readme for telegram-bot-simple-0.14.3

[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
0.14 7.3
0.14.2 7.4
0.14.3 7.4.1

Nick