CRAN

telegram 0.6.0

R Wrapper Around the Telegram Bot API

Released Sep 17, 2016 by Luca Braglia

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

jsonlite 1.5 httr 1.3.1 curl R6 2.2.2

R wrapper around the Telegram Bot API (http://core.telegram.org/bots/api) to access Telegram's messaging facilities with ease (e.g. you send messages, images, files from R to your smartphone).

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>telegram</artifactId>
    <version>0.6.0-b17</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:telegram')

Source

R

View GitHub Mirror

Release History