telepathy/README.md

20 lines
383 B
Markdown
Raw Permalink Normal View History

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