A fairly thin wrapper around the Telegram API, written for Crystal.
Go to file
Danila Fedorin de9a189d57 Add proper git link to README.md 2018-01-12 18:24:35 -08:00
spec Initial Commit 2018-01-12 15:19:20 -08:00
src Implement method to get updates from Telegram. 2018-01-12 18:03:55 -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