A fairly thin wrapper around the Telegram API, written for Crystal.
Go to file
Danila Fedorin 806d8db44c Fix seemingly deadlocking loop scenario. 2018-01-16 16:49:01 -08:00
spec Initial Commit 2018-01-12 15:19:20 -08:00
src Fix seemingly deadlocking loop scenario. 2018-01-16 16:49:01 -08: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 Initial Commit 2018-01-12 15:19:20 -08: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