A fairly thin wrapper around the Telegram API, written for Crystal.
Go to file
Danila Fedorin c4a74152d6 Bump the version 2020-04-25 19:00:55 -07:00
spec Initial Commit 2018-01-12 15:19:20 -08:00
src Start working on fixing Crystal incompatibility 2020-04-25 18:54:59 -07:00
.editorconfig Initial Commit 2018-01-12 15:19:20 -08:00
.gitignore Initial Commit 2018-01-12 15:19:20 -08:00
.travis.yml Initial Commit 2018-01-12 15:19:20 -08:00
LICENSE Initial Commit 2018-01-12 15:19:20 -08:00
README.md Add proper git link to README.md 2018-01-12 18:24:35 -08:00
shard.yml Bump the version 2020-04-25 19:00:55 -07:00

README.md

telepathy

A fairly thin wrapper around the Telegram API, written for Crystal.

Installation

Add this to your application's shard.yml:

dependencies:
  telepathy:
    git: http://dev.danilafe.com/Crystal-Bots/telepathy

Usage

require "telepathy"

Contributors

  • DanilaFe Danila Fedorin - creator, maintainer