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

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Last Documentation]

  • Telegram
    • Bot
      • Telegram.Bot.API
        • Telegram.Bot.API.Games
        • Telegram.Bot.API.GettingUpdates
        • Telegram.Bot.API.InlineMode
        • Internal
          • Telegram.Bot.API.Internal.Utils
        • Telegram.Bot.API.MakingRequests
        • Telegram.Bot.API.Methods
        • Telegram.Bot.API.Payments
        • Telegram.Bot.API.Stickers
        • Telegram.Bot.API.Types
        • Telegram.Bot.API.UpdatingMessages
      • Telegram.Bot.Simple
        • Telegram.Bot.Simple.BotApp
          • Telegram.Bot.Simple.BotApp.Internal
        • Telegram.Bot.Simple.Conversation
        • Telegram.Bot.Simple.Debug
        • Telegram.Bot.Simple.Eff
        • Telegram.Bot.Simple.InlineKeyboard
        • Telegram.Bot.Simple.Reply
        • Telegram.Bot.Simple.UpdateParser

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
Change log CHANGELOG.md
Dependencies aeson, aeson-pretty, base (>=4.9 && <5), bytestring, cron, hashable, http-api-data, http-client, http-client-tls, monad-control, mtl, pretty-show, profunctors, servant, servant-client (>=0.13), split, stm, telegram-bot-simple, template-haskell, text, time, transformers, unordered-containers [details]
License BSD-3-Clause
Copyright Nickolay Kudasov
Author Nickolay Kudasov
Maintainer nickolay.kudasov@gmail.com
Revised Revision 1 made by NickolayKudasov at 2018-06-05T05:22:49Z
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 NickolayKudasov at 2018-06-05T00:07:37Z
Distributions NixOS:0.13, Stackage:0.13
Reverse Dependencies 3 direct, 0 indirect [details]
Executables example-todo-bot, example-echo-bot
Downloads 3709 total (82 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-06-05 [all 3 reports]

Readme for telegram-bot-simple-0.2.0

[back to package description]

telegram-bot-simple

Easy to use library for building Telegram bots in Haskell.

Disclaimer: this library is under development. It is usable for most stuff, but is still far from a stable release.

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.

Contributing

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

Nick