telepathy/README.md

20 lines
383 B
Markdown

# telepathy
A fairly thin wrapper around the Telegram API, written for Crystal.
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
telepathy:
git: http://dev.danilafe.com/Crystal-Bots/telepathy
```
## Usage
```crystal
require "telepathy"
```
## Contributors
- [DanilaFe](http://dev.danilafe.com/DanilaFe) Danila Fedorin - creator, maintainer