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, base (>=4.9 && <5), blaze-html, bytestring, cookie, cron (>=0.7.0), dhall, filepath, hashable, http-api-data, http-client, http-client-tls, http-types, monad-control, mtl, optparse-applicative, pretty-show, prettyprinter, profunctors, QuickCheck, random, servant, servant-blaze, servant-client, servant-multipart-api, servant-multipart-client, servant-server, signal, split, stm, telegram-bot-simple, template-haskell, text, time, transformers, unordered-containers, uuid, warp [details]
License BSD-3-Clause
Copyright Nickolay Kudasov
Author Nickolay Kudasov
Maintainer nickolay.kudasov@gmail.com
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 2022-03-22T16:32:43Z
Distributions NixOS:0.13, Stackage:0.13
Reverse Dependencies 3 direct, 0 indirect [details]
Executables example-todo-bot, example-game-bot, example-echo-bot
Downloads 3628 total (115 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for telegram-bot-simple-0.4.4

[back to package description]

telegram-bot-simple

Build Status

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/examples

Contributing

Contributions are welcome! Feel free to ping me on GitHub, file an issue or submit a PR :)

Nick