A fairly thin wrapper around the Telegram API, written for Crystal.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Danila Fedorin c4a74152d6 Bump the version 3 years ago
spec Initial Commit 6 years ago
src Start working on fixing Crystal incompatibility 3 years ago
.editorconfig Initial Commit 6 years ago
.gitignore Initial Commit 6 years ago
.travis.yml Initial Commit 6 years ago
LICENSE Initial Commit 6 years ago
README.md Add proper git link to README.md 6 years ago
shard.yml Bump the version 3 years ago

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