telegram-raw-api: Servant bindings to the Telegram bot API

[ bsd3, library, web ] [ Propose Tags ]

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

Versions [RSS] 0.1.0, 0.2.0, 0.3.0
Dependencies aeson (>=1.4.7 && <1.5), base (>=4.7 && <5), bytestring (>=0.10.10.0 && <0.11), connection (>=0.3.1 && <0.4), deriving-aeson (>=0.2.3 && <0.3), generic-lens (>=1.2.0.1 && <1.3), http-media (>=0.8.0.0 && <0.9), lens (>=4.18.1 && <4.19), servant (>=0.16.2 && <0.17), servant-client (>=0.16.0.1 && <0.17), servant-multipart (>=0.11.5 && <0.12), telegram-types (>=0.3.0 && <0.4), text (>=1.2.4.0 && <1.3) [details]
License BSD-3-Clause
Copyright 2020 Poscat
Author Poscat
Maintainer poscat@mail.poscat.moe
Revised Revision 2 made by Poscat at 2020-04-20T09:51:49Z
Category Web
Home page https://github.com/poscat0x04/telegram-raw-api#readme
Bug tracker https://github.com/poscat0x04/telegram-raw-api/issues
Source repo head: git clone https://github.com/poscat0x04/telegram-raw-api
Uploaded by Poscat at 2020-04-17T05:40:11Z
Distributions
Downloads 595 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-17 [all 1 reports]

Readme for telegram-raw-api-0.1.0

[back to package description]

telegram-raw-api

Raw bindings to Telegram bot API 4.7 using servant (incomplete)

Todos

  1. complete bindings
  2. documentation
  3. tests ?