A fairly thin wrapper around the Telegram API, written for Crystal.
Go to file
Danila Fedorin 259bed9823 Move some of the sending code outside of the bot. 2018-04-16 19:47:35 -07:00
spec Initial Commit 2018-01-12 15:19:20 -08:00
src Move some of the sending code outside of the bot. 2018-04-16 19:47:35 -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 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