Package: telegram.bot
Type: Package
Title: Develop a 'Telegram Bot' with R
Version: 3.0.1
Authors@R: c(
    person(
      "Ernest", "Benedito",
      email = "ebeneditos@gmail.com",
      role = c("aut", "cre")),
    person(
      "Chris", "Stefano",
      email = "virtualstaticvoid@gmail.com",
      role = c("ctb"))
    )
Description: Provides a pure interface for the 'Telegram Bot API'
    <http://core.telegram.org/bots/api>. In addition to the pure API
    implementation, it features a number of tools to make the development of
    'Telegram' bots with R easy and straightforward, providing an easy-to-use
    interface that takes some work off the programmer.
URL: https://github.com/ebeneditos/telegram.bot
BugReports: https://github.com/ebeneditos/telegram.bot/issues
Depends: R (>= 3.1.0)
Imports: curl, httpuv, httr, jsonlite, openssl, R6
Suggests: covr, devtools, knitr, promises, rmarkdown, testthat
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-17 05:14:34 UTC; laiaesquerra
Author: Ernest Benedito [aut, cre],
  Chris Stefano [ctb]
Maintainer: Ernest Benedito <ebeneditos@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-17 05:40:02 UTC
Built: R 4.5.1; ; 2025-09-17 06:16:00 UTC; unix
